From 0a679da96836c5e7d0cb775a8228f26ee19a6ba5 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Sep 2015 14:10:34 -0700 Subject: [PATCH] Type belongs to service --- admin/admin | 2 +- images/initializeBaseUbuntuImage.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/admin b/admin/admin index 7e79bb534..7611efeac 100755 --- a/admin/admin +++ b/admin/admin @@ -246,7 +246,7 @@ function sshExec(ip, cmds) { function hotfixCloudron(ip, code) { var CMDS = [ - { cmd: 'supervisorctl stop all' }, + { cmd: 'supervisorctl stop all' }, // FIXME!! { cmd: 'rm -rf /home/yellowtent/box/* /home/yellowtent/box/.*' }, { cmd: 'tar zxf - -C /home/yellowtent/box', stdin: fs.createReadStream(code) }, { cmd: 'cd /home/yellowtent/box && npm rebuild' }, diff --git a/images/initializeBaseUbuntuImage.sh b/images/initializeBaseUbuntuImage.sh index 820fc1544..1b8b52253 100755 --- a/images/initializeBaseUbuntuImage.sh +++ b/images/initializeBaseUbuntuImage.sh @@ -168,9 +168,9 @@ echo "==== Install installer systemd script ====" cat > /etc/systemd/system/cloudron-installer.service <