mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] New way to use ynh_system_user_create
This commit is contained in:
parent
bdb576d3f2
commit
48bbb387b6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ self.env.cr.commit()
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
ynh_save_args domain app_version oca lang tz final_path conf_file db_name port port_chat
|
ynh_save_args domain app_version oca lang tz final_path conf_file db_name port port_chat
|
||||||
ynh_system_user_create $app $final_path
|
ynh_system_user_create -u $app -h $final_path
|
||||||
export db_pass=$(ynh_string_random)
|
export db_pass=$(ynh_string_random)
|
||||||
setup_files
|
setup_files
|
||||||
install_dependencies
|
install_dependencies
|
||||||
|
|
Loading…
Reference in a new issue