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

test droit installation

This commit is contained in:
rungeard 2021-05-12 15:18:53 +02:00
parent f367dc31db
commit 5fb2168e52

View file

@ -121,10 +121,6 @@ ynh_setup_source --dest_dir="$final_path"
mv $final_path/'example-singleServer-full.html' "$final_path/index.html"
chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# NGINX CONFIGURATION
#=================================================
@ -175,6 +171,11 @@ ynh_replace_string --match_string="enable_id_obfuscation = false" --replace_stri
#=================================================
# GENERIC FINALIZATION
#=================================================
# SECURE FILES AND DIRECTORIES
#=================================================
#chmod 750 "$final_path"
chmod -R o-rwx "$final_path"
chown -R $app:www-data "$final_path"
#=================================================
# SETUP SSOWAT