1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
This commit is contained in:
Limezy 2021-11-12 23:28:32 +07:00
parent b9f46f9593
commit b433cbf199
2 changed files with 2 additions and 0 deletions

View file

@ -125,6 +125,7 @@ ynh_script_progression --message="Configuring system user..." --time --weight=1
# Create a system user
ynh_system_user_create --username=$app --home_dir="$final_path"
yunohost user update $admin --add-mailalias $app@$domain
#=================================================
# CREATE A POSTGRESQL DATABASE

View file

@ -69,6 +69,7 @@ ynh_script_progression --message="Making sure dedicated system user exists..." -
# Create a dedicated user (if not existing)
ynh_system_user_create --username=$app --home_dir="$final_path"
yunohost user update $admin --add-mailalias $app@$domain
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE