Change message wording to be more accurate

This commit is contained in:
TheSpad 2022-07-14 22:20:23 +01:00
parent e890f470b6
commit bb2ab4ccdf
No known key found for this signature in database
GPG key ID: 08F06191F4587860

View file

@ -18,7 +18,7 @@ fi
if { [ -z "$(/bin/ls -A ${SCRIPTS_DIR} 2>/dev/null)" ]; } && \
{ [ -z "$(/bin/ls -A ${SCRIPTS_DIR_OLD} 2>/dev/null)" ]; }; then
echo "[custom-init] no custom files found, exiting..."
echo "[custom-init] no custom files found, skipping..."
exit 0
fi