mirror of
https://github.com/rancher/os.git
synced 2025-09-04 16:21:07 +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
|
||||
|
||||
if [ -x /opt/rancher/bin/start.sh ]; then
|
||||
/opt/rancher/bin/start.sh
|
||||
echo Executing custom script
|
||||
/opt/rancher/bin/start.sh || true
|
||||
fi
|
||||
|
||||
exec respawn -f /etc/respawn.conf
|
||||
|
Reference in New Issue
Block a user