Skip to content

Commit 2df07e0

Browse files
committed
typo
1 parent 0489f4d commit 2df07e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailcatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function setup( $user, $domain ) {
7777
// Start mailcatcher and save the process list
7878
public function start() {
7979
$cmd = 'if ! runuser -s /bin/bash -l "mailcatcher" -c "cd /opt/mailcatcher && export NVM_DIR=/opt/nvm && source /opt/nvm/nvm.sh && pm2 list" | grep -q "mailcatcher_app"; ';
80-
$cmd .= 'then runuser -s /bin/bash -l "mailcatcher" -c "cd /opt/mailcatcher && export NVM_DIR=/opt/nvm && source /opt/nvm/nvm.sh ; pm2 start mailcatcher.config.js" ; pm2 save --force; fi';
80+
$cmd .= 'then runuser -s /bin/bash -l "mailcatcher" -c "cd /opt/mailcatcher && export NVM_DIR=/opt/nvm && source /opt/nvm/nvm.sh ; pm2 start mailcatcher.config.js ; pm2 save --force"; fi';
8181
global $hcpp;
8282
$cmd = $hcpp->do_action( 'mailcatcher_start', $cmd );
8383
$hcpp->log( shell_exec( $cmd ) );

0 commit comments

Comments
 (0)