mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-05-01 21:30:09 +00:00
Open Archiver: Fix missing command in update procedure (#8765)
* Fix update * Update * Update * Update service file
This commit is contained in:
parent
2cfe936605
commit
0a25106abd
2 changed files with 8 additions and 3 deletions
|
|
@ -90,7 +90,7 @@ sed -i "s|^ENCRYPTION_KEY=.*|ENCRYPTION_KEY=$SECRET_KEY|g" /opt/openarchiver/.en
|
|||
sed -i "s|^TIKA_URL=.*|TIKA_URL=|g" /opt/openarchiver/.env
|
||||
echo "ORIGIN=http://$IP_ADDR:3000" >> /opt/openarchiver/.env
|
||||
$STD pnpm install --shamefully-hoist --frozen-lockfile --prod=false
|
||||
$STD pnpm build
|
||||
$STD pnpm run build:oss
|
||||
$STD pnpm db:migrate
|
||||
msg_ok "Setup Open Archiver"
|
||||
|
||||
|
|
@ -105,7 +105,7 @@ Type=simple
|
|||
User=root
|
||||
EnvironmentFile=/opt/openarchiver/.env
|
||||
WorkingDirectory=/opt/openarchiver
|
||||
ExecStart=/usr/bin/pnpm docker-start
|
||||
ExecStart=/usr/bin/pnpm docker-start:oss
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue