summarylogtreecommitdiffstats
path: root/cloud9.install
diff options
context:
space:
mode:
Diffstat (limited to 'cloud9.install')
-rw-r--r--cloud9.install14
1 files changed, 1 insertions, 13 deletions
diff --git a/cloud9.install b/cloud9.install
index 57ac0e03fd13..04776bdbe944 100644
--- a/cloud9.install
+++ b/cloud9.install
@@ -26,7 +26,7 @@ post_upgrade() {
echo "Stop all processes running under the cloud9 user and reinstall cloud9"
echo "or change the uid manually. (usermod -u 419 cloud9)"
fi
- chown -R cloud9:cloud9 /opt/cloud9
+ chown -R 419:419 /opt/cloud9
fi
}
@@ -35,15 +35,3 @@ post_remove() {
getent group cloud9 > /dev/null 2>&1 && groupdel cloud9
}
-
-
-
-function post_install {
- echo "Notes:"
- echo "------"
- echo "* The default workspace is the working directory."
- echo "* Call 'cloud9 -w <workspace>' to switch to a different workspace."
- echo "* To listen on a different port you can use the '-p' switch."
- echo "* See 'cloud9 --help' for more information."
-}
-