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

Fix linter warning

This commit is contained in:
ericgaspar 2020-12-04 13:29:30 +01:00
parent 7ef21130d2
commit 979deadafb
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 3 deletions

View file

@ -16,5 +16,3 @@
multi_instance=1 multi_instance=1
incorrect_path=1 incorrect_path=1
port_already_use=0 port_already_use=0
;;; Levels
Level 5=auto

View file

@ -66,7 +66,7 @@ ynh_system_user_create --username=$app
#================================================= #=================================================
# Restore permissions on app files # Restore permissions on app files
chown -R root: $final_path chown -R $app: $final_path
#================================================= #=================================================
# RESTORE THE PHP-FPM CONFIGURATION # RESTORE THE PHP-FPM CONFIGURATION