1
0
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:
Darren Shepherd
2015-03-18 06:30:48 -07:00
parent 96edb78a74
commit 5a36e885ac

View File

@@ -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