mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
db_pwd shouldn't be local
This commit is contained in:
parent
540291a7e0
commit
bf443f2ec0
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ ynh_mysql_setup_db () {
|
|||
declare -Ar args_array=( [u]=db_user= [n]=db_name= [p]=db_pwd= )
|
||||
local db_user
|
||||
local db_name
|
||||
local db_pwd
|
||||
db_pwd=""
|
||||
# Manage arguments with getopts
|
||||
ynh_handle_getopts_args "$@"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue