diff --git a/production/mempool-start-all b/production/mempool-start-all index a6f9ffc75..a6633f834 100755 --- a/production/mempool-start-all +++ b/production/mempool-start-all @@ -3,6 +3,6 @@ export NVM_DIR="$HOME/.nvm" source "$NVM_DIR/nvm.sh" for site in mainnet liquid testnet bisq signet do - cd "${HOME}/${site}/backend/" + cd "${HOME}/${site}/backend/" && \ screen -dmS "${site}" sh -c 'while true;do npm run start-production;sleep 1;done' done