mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:20:09 +00:00
[Bug] Removed initial cache clear on startup (#1093)
This commit is contained in:
@@ -16,12 +16,6 @@ chown -R webuser:webgroup $WEBUSER_HOME/storage
|
||||
echo "✅ Permissions fixed."
|
||||
echo ""
|
||||
|
||||
# Build cache
|
||||
echo "🧹 Clearing any previous caches..."
|
||||
s6-setuidgid webuser php $WEBUSER_HOME/artisan optimize:clear --no-ansi -q
|
||||
echo "✅ Cache cleared."
|
||||
echo ""
|
||||
|
||||
if [ ${DB_CONNECTION:="sqlite"} = "sqlite" ]; then
|
||||
# create symlinks
|
||||
echo "🔗 Creating database symlink..."
|
||||
@@ -89,7 +83,7 @@ fi
|
||||
|
||||
echo ""
|
||||
|
||||
# Build cache
|
||||
# Refresh cache
|
||||
echo "💰 Building the cache..."
|
||||
s6-setuidgid webuser php $WEBUSER_HOME/artisan view:clear --no-ansi -q
|
||||
s6-setuidgid webuser php $WEBUSER_HOME/artisan optimize --no-ansi -q
|
||||
|
||||
Reference in New Issue
Block a user