mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Update install
This commit is contained in:
parent
2747e119c1
commit
3df4d239d2
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ pushd "$install_dir"
|
|||
"php$phpversion" artisan config:cache -n
|
||||
popd
|
||||
|
||||
chmod 750 "$install_dir"
|
||||
chmod 750 "$install_dir/bootstrap/cache"
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R "$app:www-data" "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue