Type belongs to service

This commit is contained in:
Girish Ramakrishnan
2015-09-07 14:10:34 -07:00
parent 59d174004e
commit 0a679da968
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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' },