mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-02-09 14:14:13 +09:00
persist laravel.log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user