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

No need to store final_logpath and final_path

This commit is contained in:
polytan02 2017-01-18 00:33:06 +00:00
parent 1a0ef79739
commit 634229731c

View file

@ -72,9 +72,6 @@ final_logpath=/var/log/$app
# Define variables and Save app settings # Define variables and Save app settings
ynh_app_setting_set "$app" domain "$domain" ynh_app_setting_set "$app" domain "$domain"
ynh_app_setting_set "$app" final_logpath "$final_logpath"
ynh_app_setting_set "$app" final_path "$final_path"
# Copy files to the right place # Copy files to the right place