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

Merge branch 'master' into testing

This commit is contained in:
Éric Gaspar 2021-09-22 19:10:47 +02:00 committed by GitHub
commit 0683b32f13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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