Update backup.sh

This commit is contained in:
mirocow 2015-10-06 15:27:31 +04:00
parent 96d2aa720a
commit 71b85a7413

View file

@ -150,7 +150,7 @@ while true; do
case "$1" in
-V | --verbose ) VERBOSE=1; shift ;;
-c | --compress ) COMPRESS="$2"; shift ;;
-e | --exclude ) DATABASES_SKIP="$2"; shift ;;
-e | --exclude ) DATABASES_SKIP="$2"; shift; shift ;;
-- ) shift; break ;;
* ) break ;;
esac