fix: Shellcheck

This commit is contained in:
Kroese 2024-05-21 09:17:12 +02:00 committed by GitHub
parent 1172342e03
commit 73644ed291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,7 +31,7 @@ if [[ "$RAM_CHECK" != [Nn]* ]]; then
fi fi
if [[ "$DEBUG" == [Yy1]* ]]; then if [[ "$DEBUG" == [Yy1]* ]]; then
printf "Arguments:\n\n${ARGS// -/$'\n-'}" && echo printf "Arguments:\n\n%s" "${ARGS// -/$'\n-'}" && echo
fi fi
return 0 return 0