1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00
This commit is contained in:
Éric Gaspar 2023-07-21 14:18:55 +02:00
parent 150fccc95f
commit 3d3a5caf3e
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================

View file

@ -25,6 +25,7 @@ then
ynh_setup_source --dest_dir="$install_dir" --keep="config/.env"
fi
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================