Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1d5df1a4 authored by Robert Nelson's avatar Robert Nelson
Browse files

debian: (temp) always start cloud9


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent d1c7fddb
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment