1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00
This commit is contained in:
CrazyMax 2025-10-20 10:01:20 +02:00
parent a56d3f8d8e
commit f231b91417
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

@ -77,6 +77,9 @@ if [ "${counttables}" -eq "0" ]; then
echo "INSTALL=user,finish" >>${LIBRENMS_PATH}/.env
fi
echo "Print env file"
cat "${LIBRENMS_PATH}/.env"
echo "Updating database schema..."
lnms migrate --force --no-ansi --no-interaction
artisan db:seed --force --no-ansi --no-interaction