persist laravel.log

This commit is contained in:
aptalca
2019-07-14 14:40:43 -04:00
parent e38599485d
commit e735f61e57
3 changed files with 4 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ symlinks=( \
/var/www/localhost/heimdall/storage/app/public/icons \
/var/www/localhost/heimdall/app/SupportedApps \
/var/www/localhost/heimdall/database/app.sqlite \
/var/www/localhost/heimdall/.env )
/var/www/localhost/heimdall/.env \
/var/www/localhost/heimdall/storage/logs/laravel.log )
for i in "${symlinks[@]}"
do