1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncthing_ynh.git synced 2024-09-03 20:26:23 +02:00
This commit is contained in:
yalh76 2022-01-14 21:13:37 +01:00
parent 0c57f8d486
commit a1dfd74ba3

View file

@ -102,7 +102,7 @@ if [ -z $gui_port ]; then
ynh_remove_app_dependencies
fi
# If gui_port doesn't exist, create it
# If datadir doesn't exist, create it
if [ -z $datadir ]; then
datadir=$(ynh_app_setting_get --app=$app --key=sync_home)
ynh_app_setting_set --app=$app --key=datadir --value=$datadir