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

View File

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