From c2e3bf0d4aa47dded495a0200e4b495e325bd09d Mon Sep 17 00:00:00 2001 From: mirocow Date: Sat, 20 Jun 2015 05:40:37 +0300 Subject: [PATCH] Update backup.sh --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index caefad7..45155c5 100644 --- a/backup.sh +++ b/backup.sh @@ -135,7 +135,7 @@ do IFS=, read -r -a DATABASES_SKIP <<< "$exclude" ;; *) - usag + usage exit 1 ;; esac