mirror of
https://github.com/rancher/os.git
synced 2025-09-10 19:20:55 +00:00
Don't allow start.sh to fail console start
This commit is contained in:
@@ -76,7 +76,8 @@ if ! grep -q "$(hostname)" /etc/hosts; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x /opt/rancher/bin/start.sh ]; then
|
if [ -x /opt/rancher/bin/start.sh ]; then
|
||||||
/opt/rancher/bin/start.sh
|
echo Executing custom script
|
||||||
|
/opt/rancher/bin/start.sh || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec respawn -f /etc/respawn.conf
|
exec respawn -f /etc/respawn.conf
|
||||||
|
Reference in New Issue
Block a user