1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Fix install

This commit is contained in:
Yalh 2019-01-26 03:37:57 +01:00
parent 6f8e18d265
commit 62a95186ba

View file

@ -139,6 +139,11 @@ CHECK_STATEDIRPATH () { # Vérifie que le dossier de destination n'est pas d
CHECK_STATEDIRPATH CHECK_STATEDIRPATH
ynh_app_setting_set "$app" statedir "$statedir" ynh_app_setting_set "$app" statedir "$statedir"
final_logpath="/var/log/$app"
ynh_app_setting_set "$app" final_logpath "$final_logpath"
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================