From 8ba47a17961fa86a5389e279ba2f6a0b281eb5bd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 10 Sep 2019 21:02:57 +0530 Subject: [PATCH] Remove non-existent service Signed-off-by: Harsh Shandilya --- systemd_units/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd_units/update.sh b/systemd_units/update.sh index 3c10872..752942b 100755 --- a/systemd_units/update.sh +++ b/systemd_units/update.sh @@ -8,7 +8,7 @@ function prettyPrint { } # Grab all service names -declare -a services=('caddy' 'gitea' 'horbiswalls-bot' 'mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot' 'walls-bot-2') +declare -a services=('caddy' 'gitea' 'mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot' 'walls-bot-2') # Now loop through each service and install it for service in "${services[@]}"; do