Update setup.bash

#244 - Protect user from themself.
This commit is contained in:
RandomNinjaAtk 2024-04-23 14:05:16 +00:00 committed by GitHub
parent 9c0c370b83
commit 91ee920b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,5 +107,8 @@ fi
chmod 777 -R /config/extended chmod 777 -R /config/extended
if [ -f /custom-services.d/scripts_init.bash ]; then
# user misconfiguration detected, sleeping...
sleep infinity
fi
exit exit