Update maxun-install.sh
This commit is contained in:
parent
2ca3030df0
commit
d3c801241e
@ -167,10 +167,10 @@ $STD npx playwright install-deps
|
|||||||
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
|
||||||
msg_ok "Installed Maxun"
|
msg_ok "Installed Maxun"
|
||||||
|
|
||||||
msg_info "Running DB Migrations"
|
#msg_info "Running DB Migrations"
|
||||||
cd /opt/maxun
|
#cd /opt/maxun
|
||||||
node -e "require('./server/src/db/migrate')().then(() => { console.log('Migrations completed'); })"
|
#node -e "require('./server/src/db/migrate')().then(() => { console.log('Migrations completed'); })"
|
||||||
msg_ok "DB Migrations completed"
|
#msg_ok "DB Migrations completed"
|
||||||
|
|
||||||
msg_info "Setting up nginx with CORS Proxy"
|
msg_info "Setting up nginx with CORS Proxy"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user