Fix missing output prefix

This commit is contained in:
TheSpad 2022-09-06 15:46:58 +01:00
parent 0a22896061
commit e109ae692e
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -31,7 +31,7 @@ tamper_check() {
tamper_check_legacy() { tamper_check_legacy() {
# Tamper check custom script locations # Tamper check custom script locations
if [[ -d "${SCRIPTS_DIR_OLD}" ]] && [[ -n "$(find ${SCRIPTS_DIR_OLD} ! -user root)" ]]; then if [[ -d "${SCRIPTS_DIR_OLD}" ]] && [[ -n "$(find ${SCRIPTS_DIR_OLD} ! -user root)" ]]; then
echo "**** Potential tampering with custom scripts detected ****" echo "[custom-init] **** Potential tampering with custom scripts detected ****"
randstr=$( randstr=$(
tr </dev/urandom -dc _A-Z-a-z-0-9 | head -c8 tr </dev/urandom -dc _A-Z-a-z-0-9 | head -c8
echo echo