1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zabbix_ynh.git synced 2024-09-03 20:36:14 +02:00

mysql str

This commit is contained in:
Mickael-Martin 2019-03-07 12:57:36 +01:00
parent 486b6754b4
commit 325eef7214

View file

@ -50,7 +50,7 @@ if [ -z "$final_path" ]; then
ynh_app_setting_set "$app" final_path "$final_path"
fi
export mysqlconn="mysql -u $db_user -p $db_pwd $db_name"
export mysqlconn="mysql -u$db_user -p$db_pwd $db_name"
#=================================================
# Enable default admin temporaly