fix panel log folder
resolves #4838 Fixes an issue with the log symlink as well
This commit is contained in:
parent
04d83edd36
commit
aa2f797f6f
2 changed files with 2 additions and 1 deletions
2
.github/docker/entrypoint.sh
vendored
2
.github/docker/entrypoint.sh
vendored
|
@ -3,7 +3,7 @@ cd /app
|
|||
|
||||
mkdir -p /var/log/panel/logs/ /var/log/supervisord/ /var/log/nginx/ /var/log/php7/ \
|
||||
&& chmod 777 /var/log/panel/logs/ \
|
||||
&& ln -s /var/log/panel/logs/ /app/storage/logs/
|
||||
&& ln -s /app/storage/logs/ /var/log/panel/
|
||||
|
||||
## check for .env file and generate app keys if missing
|
||||
if [ -f /app/var/.env ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue