1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00

Update install

This commit is contained in:
ericgaspar 2023-09-02 08:22:34 +02:00
parent f87d9ae96b
commit f8795eb360

View file

@ -23,8 +23,6 @@ ynh_script_progression --message="Setting up source files..."
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# PHP-FPM CONFIGURATION
#=================================================
@ -71,9 +69,9 @@ ynh_replace_string --match_string="^\$enabled = true;" --replace_string="\$enabl
#=================================================
# Set permissions to app files
#chmod 755 -R $install_dir
#chmod -R o-rwx $install_dir
#chown -R $app:www-data $install_dir
chmod 755 -R $install_dir
chmod -R o-rwx $install_dir
chown -R $app:www-data $install_dir
#=================================================
# END OF SCRIPT