mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
Add directory creation to Profilarr update script (#14740)
This commit is contained in:
parent
c6dcd986ce
commit
8ed57f08bf
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ EOF
|
|||
msg_ok "Built Profilarr"
|
||||
|
||||
msg_info "Updating Profilarr"
|
||||
mkdir -p /opt/profilarr/app
|
||||
cp dist/build/profilarr /opt/profilarr/app/profilarr
|
||||
cp dist/build/server.js /opt/profilarr/app/server.js
|
||||
cp -r dist/build/static /opt/profilarr/app/static
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue