mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-05 23:50:33 +00:00
Change directory to /opt/grist before build steps (#8913)
This commit is contained in:
parent
b16501652c
commit
d4d175d689
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ function update_script() {
|
|||
cp -r /opt/grist_bak/docs/* /opt/grist/docs/
|
||||
cp /opt/grist_bak/grist-sessions.db /opt/grist/grist-sessions.db
|
||||
cp /opt/grist_bak/landing.db /opt/grist/landing.db
|
||||
cd /opt/grist
|
||||
$STD yarn install
|
||||
$STD yarn run build:prod
|
||||
$STD yarn run install:python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue