1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

wrong changes, reverted

This commit is contained in:
Aliberk Sandıkçı 2023-09-16 02:31:27 +03:00 committed by GitHub
parent 3ce21af700
commit 50d4a6fcdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,6 @@ mkdir -p $datadir/upload/surveys
rmdir $datadir 2> /dev/null && mv "$final_path/upload" $datadir || true rmdir $datadir 2> /dev/null && mv "$final_path/upload" $datadir || true
chmod -R o-rwx "$datadir" chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir" chown -R $app:www-data "$datadir"
chown -h $app:www-data upload
ln -s $datadir/upload $final_path/upload 2> /dev/null || true ln -s $datadir/upload $final_path/upload 2> /dev/null || true
#================================================= #=================================================