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

@@ -194,6 +194,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **14.07.19:** - Save laravel.log to /config
* **28.06.19:** - Rebasing to alpine 3.10. * **28.06.19:** - Rebasing to alpine 3.10.
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag. * **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
* **22.02.19:** - Rebasing to alpine 3.9. * **22.02.19:** - Rebasing to alpine 3.9.

View File

@@ -52,6 +52,7 @@ app_setup_block: |
# changelog # changelog
changelogs: changelogs:
- { date: "14.07.19:", desc: "Save laravel.log to /config" }
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." } - { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." } - { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." } - { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }

View File

@@ -12,7 +12,8 @@ symlinks=( \
/var/www/localhost/heimdall/storage/app/public/icons \ /var/www/localhost/heimdall/storage/app/public/icons \
/var/www/localhost/heimdall/app/SupportedApps \ /var/www/localhost/heimdall/app/SupportedApps \
/var/www/localhost/heimdall/database/app.sqlite \ /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[@]}" for i in "${symlinks[@]}"
do do