Add support of databases from more than one MySQL installation.

This commit is contained in:
2018-01-23 02:54:48 +01:00
parent e4d5f59252
commit 83bd3db9b9
5 changed files with 37 additions and 6 deletions

View File

@@ -198,6 +198,7 @@ fi
## -
if $manual ; then
host_scripts="${hosts_base_dir}/localhost.sh"
host_scripts="${hosts_base_dir}/devel-php5.wf.netz.sh ${hosts_base_dir}/devel-db.wf.netz.sh"
else
host_scripts=`$find $hosts_base_dir -maxdepth 1 -type f -perm -700 | $sort`
fi