From 18fb2e91b18326c22e958a4f093f24d5264f367d Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 6 Jan 2019 16:00:36 +0100 Subject: [PATCH] Remove not working command. --- .sandstorm/launcher.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.sandstorm/launcher.sh b/.sandstorm/launcher.sh index 7bc53a44a6..d203eb5c92 100755 --- a/.sandstorm/launcher.sh +++ b/.sandstorm/launcher.sh @@ -58,9 +58,5 @@ echo "Migrating..." php /opt/app/artisan migrate --seed --force echo "Done!" -echo "Clear cache.." -php /opt/app/artisan cache:clear -echo "Done" - # Start nginx. /usr/sbin/nginx -c /opt/app/.sandstorm/service-config/nginx.conf -g "daemon off;"