Skip to content

Commit

Permalink
Ignore clear cache issue (Redis command unavailable)
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Apr 20, 2023
1 parent 1832c63 commit b09bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/04-svc-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lnms migrate --force --no-ansi --no-interaction
artisan db:seed --force --no-ansi --no-interaction

echo "Clear cache"
artisan cache:clear --no-interaction
artisan cache:clear --no-interaction || true
artisan config:cache --no-interaction

mkdir -p /etc/services.d/nginx
Expand Down

0 comments on commit b09bb34

Please sign in to comment.