Type belongs to service
This commit is contained in:
+1
-1
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user