1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Fix regression on ynh_system_user_create

This commit is contained in:
Maniack Crudelis 2019-01-21 13:06:07 +01:00
parent a588724425
commit c0de9b2ee3
3 changed files with 3 additions and 3 deletions

View file

@ -126,7 +126,7 @@ ynh_add_nginx_config
#================================================= #=================================================
# Create a dedicated system user # Create a dedicated system user
ynh_system_user_create $app ynh_system_user_create $app $final_path
#================================================= #=================================================
# SPECIFIC SETUP # SPECIFIC SETUP

View file

@ -79,7 +79,7 @@ ynh_mysql_connect_as $db_name $db_pwd $db_name < ./db.sql
#================================================= #=================================================
# Create the dedicated user (if not existing) # Create the dedicated user (if not existing)
ynh_system_user_create $app ynh_system_user_create $app $final_path
#================================================= #=================================================
# SPECIFIC RESTORE # SPECIFIC RESTORE

View file

@ -242,7 +242,7 @@ fi
#================================================= #=================================================
# Create a dedicated user (if not existing) # Create a dedicated user (if not existing)
ynh_system_user_create $app ynh_system_user_create $app $final_path
#================================================= #=================================================
# SECURING FILES AND DIRECTORIES # SECURING FILES AND DIRECTORIES