mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Update install script
upload/surveys location is needed for uploading images/files
This commit is contained in:
parent
dfbddd0966
commit
0b4e62615c
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ ynh_script_progression --message="Creating a data directory..." --weight=1
|
|||
datadir=/home/yunohost.app/$app
|
||||
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
|
||||
|
||||
mkdir -p $datadir/upload
|
||||
mkdir -p $datadir/upload/surveys
|
||||
|
||||
# Remove upload if empty
|
||||
rmdir $datadir 2> /dev/null && mv "$final_path/upload" $datadir || true
|
||||
|
|
Loading…
Add table
Reference in a new issue