mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
Fix
This commit is contained in:
parent
7213f9cc95
commit
3653943735
2 changed files with 8 additions and 4 deletions
|
@ -101,8 +101,10 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring system user..." --weight=1
|
ynh_script_progression --message="Configuring system user..." --weight=1
|
||||||
|
|
||||||
# Create a system user
|
if [ "$mumbleweb" -eq 1 ] ; then
|
||||||
ynh_system_user_create --username=$app --home_dir="$final_path"
|
# Create a system user
|
||||||
|
ynh_system_user_create --username=$app --home_dir="$final_path"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INSTALL Mumble-web
|
# INSTALL Mumble-web
|
||||||
|
|
|
@ -134,8 +134,10 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1
|
ynh_script_progression --message="Making sure dedicated system user exists..." --weight=1
|
||||||
|
|
||||||
# Create a dedicated user (if not existing)
|
if [ "$mumbleweb" -eq 1 ] ; then
|
||||||
ynh_system_user_create --username="$app" --home_dir="$final_path"
|
# Create a dedicated user (if not existing)
|
||||||
|
ynh_system_user_create --username="$app" --home_dir="$final_path"
|
||||||
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue