Update config.sh

This commit is contained in:
Kroese 2024-05-21 09:07:49 +02:00 committed by GitHub
parent 6d1f59c4bc
commit 8adb039d0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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