From ff126db3dba56eedaf60eff841f05039658acfdd Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 17 Apr 2020 17:10:51 +0530 Subject: [PATCH] systemd: remove non-exitent 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 fc9247d..440128f 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' 'goaccess' 'mirror-bot' 'mirror-bot-2' 'mkr-bin' 'uno-bot' 'walls-bot' 'walls-bot-rs') +declare -a services=('caddy' 'goaccess' 'mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot' 'walls-bot-rs') # Now loop through each service and install it for service in "${services[@]}"; do