From b8be1e641b9d86786699900480d1ea09db4ea865 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Wed, 1 Jun 2022 13:52:22 +0200 Subject: [PATCH] distillery/backup_instance.sh: Fix typo --- distillery/backup_instance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/backup_instance.sh b/distillery/backup_instance.sh index aacbc60..731a708 100644 --- a/distillery/backup_instance.sh +++ b/distillery/backup_instance.sh @@ -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 }