Update config.sh

This commit is contained in:
Kroese 2024-05-21 09:07:02 +02:00 committed by GitHub
parent 7ecb2b5361
commit 10a31409c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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