mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
test
This commit is contained in:
parent
a56d3f8d8e
commit
f231b91417
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue