mirror of
https://github.com/YunoHost-Apps/discourse_ynh.git
synced 2024-09-03 18:26:18 +02:00
Missing --home_dir=$final_path --use_shell
This commit is contained in:
parent
8e58a5e6cd
commit
678f94b2c9
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ ynh_install_ruby --ruby_version=$RUBY_VERSION
|
|||
ynh_script_progression --message="Making sure dedicated system user exists..."
|
||||
|
||||
# Create a dedicated user (if not existing)
|
||||
ynh_system_user_create --username=$app
|
||||
ynh_system_user_create --username=$app --home_dir=$final_path --use_shell
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC UPGRADE
|
||||
|
|
Loading…
Reference in a new issue