@@ -53,7 +53,7 @@ if [ ! $((docker ps | grep $DB_CONTAINER_NAME) | wc -l) -gt 0 ]; then
fi
# Auch die API sollte bereits laufen
if[ !$((pm2 pid api| wc -l))-gt 0];then
if[$(pm2 pid api)-eq "0"];then
cd ../api;
make prod;
cd ../$APP_NAME;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.