mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Typo in datadir definition in upgrade..
This commit is contained in:
parent
32fc6718c9
commit
4b07b7e269
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ fi
|
|||
|
||||
# If datadir doesn't exist, create it
|
||||
if [ -z "$datadir" ]; then
|
||||
final_path=/home/yunohost.app/$app
|
||||
ynh_app_setting_set --app=$app --key=final_path --value=$datadir
|
||||
datadir=/home/yunohost.app/$app
|
||||
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
|
||||
fi
|
||||
|
||||
# Cleaning legacy permissions
|
||||
|
|
Loading…
Reference in a new issue