systemd: add uno-bot to services

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-05-28 23:53:00 +05:30
parent 1d220d87e4
commit e4106e1f1b
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function prettyPrint() {
}
# Grab all service names
declare -a services=('mirror-bot' 'mirror-bot-2' 'walls-bot-rs')
declare -a services=('mirror-bot' 'mirror-bot-2' 'uno-bot' 'walls-bot-rs')
# Now loop through each service and install it
for service in "${services[@]}"; do