Fix: artisan down ohne --render=errors.503 (View existiert nicht)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main v1.1.271
boban 2026-04-26 08:16:49 +02:00
parent ae3b1e6b14
commit 2688b2528b
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ restart_php_fpm(){
} }
artisan_down(){ artisan_down(){
as_app "cd ${APP_DIR} && php artisan down --retry=10 --render=errors.503" 2>/dev/null || true as_app "cd ${APP_DIR} && php artisan down --retry=10" 2>/dev/null || true
echo "[i] Wartungsmodus aktiviert" echo "[i] Wartungsmodus aktiviert"
} }