1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prowlarr_ynh.git synced 2024-09-03 20:16:07 +02:00
This commit is contained in:
tituspijean 2021-12-18 19:12:38 +01:00
parent a1af5074ca
commit 3608473005
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -71,7 +71,7 @@ fi
# Move data directory if needed
if [ -z "$data_path" ]; then
data_path=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=data_path --value=$daya_path
ynh_app_setting_set --app=$app --key=data_path --value=$data_path
mv "$final_path/.data" "/home/yunohost.app/$app"
fi