finalize container for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2023-11-15 13:48:57 +01:00
parent e07273c9be
commit 635b963c1a
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -24,6 +24,8 @@ if [ -f ~/NexusDashboard/app/luclient/res/CDServer.sqlite ]; then
echo "moving CDServer.sqlite to cdclient.sqlite"
mv ~/NexusDashboard/app/luclient/res/CDServer.sqlite ~/NexusDashboard/app/luclient/res/cdclient.sqlite
fi
[ ! -f ~/NexusDashboard/app/luclient/res/cdclient.sqlite ] && echo "cdclient.sqlite not found" && exit 1
echo "pre-check done"
cd ~/NexusDashboard
echo "run database migration"
flask db upgrade