fix(akaunting): remove --seed from migrate (Akaunting uses web wizard)

This commit is contained in:
CanbiZ (MickLesk)
2026-04-14 20:41:26 +02:00
parent 15df6ffbf0
commit ae327fc88e

View File

@@ -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"