1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

add final_path var

This commit is contained in:
oiseauroch 2022-12-23 15:06:48 +01:00
parent cbb1506146
commit 5ac22dd9d0
2 changed files with 1 additions and 0 deletions

View file

@ -36,6 +36,7 @@ port_web=$(ynh_app_setting_get --app=$app --key=port_web)
datadir=$(ynh_app_setting_get --app=$app --key=datadir)
bootstrap_peers=$(ynh_app_setting_get --app=$app --key=bootstrap_peers)
final_path=/opt/yunohost/$app
#=================================================
# DECLARE DATA AND CONF FILES TO BACKUP
#=================================================