removed scripts to restart the settings server as this didn’t work

This commit is contained in:
vollstock
2019-05-24 15:46:26 +00:00
parent 77de8cf793
commit 09375c2383
2 changed files with 0 additions and 16 deletions
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
# Restart the settings server
systemctl restart tooloop-settings-server
# Exit cleanly
exit 0
-8
View File
@@ -1,8 +0,0 @@
#!/bin/bash
# Exit immediately if a command exits with a non-zero status
set -e
# Restart the settings server
systemctl restart tooloop-settings-server
# Exit cleanly
exit 0