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:
parent
486b6754b4
commit
325eef7214
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue