deason 2 месяцев назад
Родитель
Сommit
3c60f21b21
1 измененных файлов с 7 добавлено и 0 удалено
  1. 7 0
      examcloud-core-questions-starter/shell/re-start-branch.sh

+ 7 - 0
examcloud-core-questions-starter/shell/re-start-branch.sh

@@ -0,0 +1,7 @@
+#!/bin/bash
+
+#sudo cp examcloud-core-questions-branch.service /etc/systemd/system/examcloud-core-questions-branch.service
+sudo systemctl stop examcloud-core-questions-branch.service
+sudo systemctl start examcloud-core-questions-branch.service
+
+echo "ok..."