summaryrefslogtreecommitdiff
path: root/backup-mysql
diff options
context:
space:
mode:
Diffstat (limited to 'backup-mysql')
-rwxr-xr-xbackup-mysql2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup-mysql b/backup-mysql
index b68b877..22a3e6f 100755
--- a/backup-mysql
+++ b/backup-mysql
@@ -28,7 +28,7 @@ if [ -z "$HOSTS" ]; then
HOSTS="localhost"
fi
-if [ -z "$CONCURRENCY_LEVEL" ]; then
+if [ -z "${CONCURRENCY_LEVEL:-}" ]; then
CONCURRENCY_LEVEL=1
fi