Sfoglia il codice sorgente

webhook deploy fix

bach 3 anni fa
parent
commit
df6255689e
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      bin/webhook.sh

+ 3 - 1
bin/webhook.sh

@@ -90,7 +90,9 @@ echo "
 cp "$_assets"/webhook.service /etc/systemd/system/webhook.service
 systemctl enable webhook
 systemctl start webhook
-systemctl reload webhook
+systemctl restart webhook
+
+# systemctl reload webhook
 
 ufw allow 9000