This commit is contained in:
Michel Roegl-Brunner 2025-05-16 10:21:08 +02:00
parent 1014bd7638
commit b22e74a85a

View File

@ -119,7 +119,7 @@ systemctl restart php8.2-fpm
msg_ok "Configured Nginx"
msg_info "Configure Services"
$STD COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev
$STD php8.2 artisan migrate --force
$STD php8.2 artisan key:generate --force
$STD su librenms -s /bin/bash -c "lnms db:seed --force"