1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodebb_ynh.git synced 2024-09-03 19:46:29 +02:00

Update install

This commit is contained in:
ericgaspar 2021-09-02 10:02:48 +02:00
parent e3b22cb2d4
commit 331ffe93b0
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -98,7 +98,7 @@ ynh_psql_setup_db --db_user=$db_name --db_name=$db_name
# Créer le dossier de log
mkdir -p /var/log/$app
touch /var/log/$app/nodebb.log
touch /var/log/$app/$app.log
install_log=/var/log/$app/installation.log
touch $install_log
chown $app -R /var/log/$app