Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove cache clear on startup
  • Loading branch information
thespad committed Feb 5, 2024
commit 2693e8034a2b61b2dad63a3d3806168a618fbe13
3 changes: 0 additions & 3 deletions root/etc/s6-overlay/s6-rc.d/init-speedtest-tracker-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ lsiown -R abc:abc \
/app/www/storage \
/app/www/database

# Clear old cache
s6-setuidgid abc php /app/www/artisan optimize:clear --no-ansi -q

if [[ ${DB_CONNECTION:="sqlite"} = "sqlite" ]]; then
# create symlinks
symlinks=( \
Expand Down