1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

Fix missing gollem_data_dir

This commit is contained in:
yalh76 2022-03-10 21:04:07 +01:00
parent 5cb81a5ccd
commit 89d396f77c

View file

@ -64,6 +64,11 @@ if ynh_legacy_permissions_exists; then
ynh_app_setting_delete --app=$app --key=is_public
fi
# If final_path doesn't exist, create it
if [ -z "$gollem_data_dir" ]; then
gollem_data_dir=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=gollem_data_dir --value=$gollem_data_dir
fi
#=================================================
# CREATE DEDICATED USER
#=================================================