distillery/backup_instance.sh: Fix typo

This commit is contained in:
Tom Wiesing 2022-06-01 13:52:22 +02:00
parent 0e38f2f87e
commit b8be1e641b
No known key found for this signature in database
GPG key ID: DC1F29F2BC78AB15

View file

@ -74,7 +74,7 @@ function do_the_backup() {
# restart
if [ -z "$KEEPALIVE" ]; then
log_info " => Starting up sytem"
log_info " => Starting up system"
docker-compose up -d
fi
}