fix: script error

This commit is contained in:
2023-06-10 09:31:25 +01:00
parent a4e05c1f33
commit 6d6b30d934

View File

@@ -31,7 +31,7 @@ else
exit
fi
if [[-z "$MYSQL_BACKUP_FOLDER" ]]; then
if [ -z "$MYSQL_BACKUP_FOLDER" ]; then
MYSQL_BACKUP_FOLDER="/var/db-dumps"
fi