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:
parent
6f8e18d265
commit
62a95186ba
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue