1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/elabftw_ynh.git synced 2024-09-03 18:26:23 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-17 16:06:03 +02:00
parent c6c8015506
commit 95db93f3b5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -155,9 +155,13 @@ popd
ynh_script_progression --message="Securing files and directories..." --weight=1
mkdir -p $final_path/{cache,uploads}
chown $app:www-data $final_path/{cache,uploads}
chmod 750 -R "$final_path"
chmod 700 $final_path/{cache,uploads}
#chown $app:www-data $final_path/{cache,uploads}
#chmod 750 -R "$final_path"
#chmod 700 $final_path/{cache,uploads}
chmod 755 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP SSOWAT