hosts/scripts/mysql_backup.sh: fix error if saving database mysql ('--lock-tables=0) in case of mariadb.

This commit is contained in:
2019-01-29 16:38:55 +01:00
parent d57237eec7
commit 7013d8644f
2 changed files with 24 additions and 7 deletions

View File

@@ -237,7 +237,6 @@ fi
## -
if $manual ; then
host_scripts="${hosts_base_dir}/localhost.sh"
host_scripts="${hosts_base_dir}/gw-km.anw-km.netz.sh"
else
host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort`
fi