parent
91ee920b5f
commit
4150faaead
1 changed files with 4 additions and 1 deletions
|
@ -111,5 +111,8 @@ if [ ! -f /config/extended.conf ]; then
|
|||
fi
|
||||
|
||||
chmod 777 -R /config/extended
|
||||
|
||||
if [ -f /custom-services.d/scripts_init.bash ]; then
|
||||
# user misconfiguration detected, sleeping...
|
||||
sleep infinity
|
||||
fi
|
||||
exit
|
||||
|
|
Loading…
Reference in a new issue