diff --git a/scripts/chroot.sh b/scripts/chroot.sh index c6458b68731e164dd73faefeb07a2b89c2b03d65..9ef90b1a120f06e262da397c8343f1346c0560e7 100755 --- a/scripts/chroot.sh +++ b/scripts/chroot.sh @@ -283,6 +283,10 @@ debian) fi fi + if [ -f /opt/cloud9/bin/cloud9.sh ] ; then + /opt/cloud9/bin/cloud9.sh -l 0.0.0.0 -w /var/lib/cloud9 -p 3000 >/opt/cloud9/log 2>&1 & + fi + ;; stop) exit 0