From 1b4baad654d7c68480d1439c08df96a28f2273d2 Mon Sep 17 00:00:00 2001 From: th33xitus <> Date: Mon, 24 Aug 2020 11:48:57 +0200 Subject: [PATCH] fix: status message --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index beced5d..2906e1c 100755 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -1,6 +1,6 @@ check_for_backup_dir(){ if [ ! -d $BACKUP_DIR ]; then - status_msg "Create backup directory ..." + status_msg "Create KIAUH backup directory ..." mkdir -p $BACKUP_DIR && ok_msg "Directory created!" fi }