systemd: remove non-exitent service

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-17 17:10:51 +05:30
parent 128d0a6140
commit ff126db3db
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -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