From ae327fc88ed6edb5af555338e8fd8694590acb81 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:41:26 +0200 Subject: [PATCH] fix(akaunting): remove --seed from migrate (Akaunting uses web wizard) --- install/akaunting-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/akaunting-install.sh b/install/akaunting-install.sh index f51d4108..daaef0d6 100644 --- a/install/akaunting-install.sh +++ b/install/akaunting-install.sh @@ -55,7 +55,7 @@ $STD php artisan key:generate --force mkdir -p storage/framework/{cache,sessions,views} storage/logs bootstrap/cache chown -R www-data:www-data /opt/akaunting chmod -R 775 storage bootstrap/cache -$STD php artisan migrate --force --seed +$STD php artisan migrate --force msg_ok "Set up Akaunting" msg_info "Configuring Caddy"