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

Fix weird chmod

This commit is contained in:
Alexandre Aubin 2023-12-15 18:47:53 +01:00
parent 81d57ee802
commit 6388d37dc9
2 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
chmod +x $install_dir/garage
chmod 750 $install_dir
#=================================================
# NGINX CONFIGURATION

View file

@ -34,7 +34,7 @@ then
ynh_setup_source --dest_dir="$install_dir"
fi
chmod +x $install_dir/garage
chmod 750 $install_dir
chown -R $app:$app "$install_dir"
#=================================================