mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
Fix typo
This commit is contained in:
parent
a1af5074ca
commit
3608473005
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ fi
|
||||||
# Move data directory if needed
|
# Move data directory if needed
|
||||||
if [ -z "$data_path" ]; then
|
if [ -z "$data_path" ]; then
|
||||||
data_path=/home/yunohost.app/$app
|
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"
|
mv "$final_path/.data" "/home/yunohost.app/$app"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue