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 <