1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/osjs_ynh.git synced 2024-09-03 19:56:11 +02:00

Update install

This commit is contained in:
frju365 2017-07-08 15:18:56 +02:00 committed by GitHub
parent a414db71ff
commit 56fc924dfd

View file

@ -87,7 +87,7 @@ ynh_system_user_create $app /home/$app # Créer un utilisateur système dédié
# Créer le dossier de log
sudo mkdir -p /var/log/$app
sudo touch /var/log/$app/etherpad.log
sudo touch /var/log/$app/osjs.log
install_log=/var/log/$app/installation.log
sudo touch $install_log
sudo chown $app -R /var/log/$app