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

Forgot to chown after composer install in scripts/upgrade

This commit is contained in:
dragondaddy 2023-11-13 09:00:08 +01:00
parent 6084440305
commit 27c5278c95

View file

@ -98,6 +98,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Pulling in external libraries with Composer..."
ynh_install_composer
chown -R $app:www-data "$install_dir"
#=================================================
# ADDONS