Skip to content

Commit e7b6be8

Browse files
committed
resurrect bug
1 parent 932ee60 commit e7b6be8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nodeapp.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,8 @@ public function startup_apps( $nodeapp_folder, $inc_root = true ) {
316316
// Add app to startup
317317
$cmd .= "; pm2 start $file ";
318318
}
319-
$cmd .= '"';
320319
if ( strpos( $cmd, '; pm2 start ' ) ) {
321-
$cmd .= "; pm2 save --force ";
320+
$cmd .= '; pm2 save --force "';
322321
$args = [
323322
'user' => $user,
324323
'domain' => $domain,

0 commit comments

Comments
 (0)