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

Update install

This commit is contained in:
frju365 2017-04-08 11:45:46 +02:00 committed by GitHub
parent 6521e27ca1
commit 342e3bc5d7

View file

@ -110,7 +110,7 @@ sudo sed -i "s@__PORT__@$port@g" /etc/nginx/conf.d/$domain.d/$app.conf
# CREATE DEDICATED USER
#=================================================
ynh_system_user_create $app # Créer un utilisateur système dédié à l'app
sudo useradd -N $app -d $final_path # Créer un utilisateur système dédié à l'app
#=================================================
# SPECIFIC SETUP