1
0
Fork 0
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:
yalh76 2020-05-30 17:06:03 +02:00
parent 8e58a5e6cd
commit 678f94b2c9

View file

@ -178,7 +178,7 @@ ynh_install_ruby --ruby_version=$RUBY_VERSION
ynh_script_progression --message="Making sure dedicated system user exists..." ynh_script_progression --message="Making sure dedicated system user exists..."
# Create a dedicated user (if not existing) # 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 # SPECIFIC UPGRADE