mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-10 09:49:18 +00:00
Update pf2etools.sh
This commit is contained in:
parent
b76099d6ee
commit
96cbf9c587
@ -51,8 +51,8 @@ function update_script() {
|
|||||||
rm -rf "/opt/${APP}"
|
rm -rf "/opt/${APP}"
|
||||||
mv "${APP}-${RELEASE:1}" "/opt/${APP}"
|
mv "${APP}-${RELEASE:1}" "/opt/${APP}"
|
||||||
cd /opt/Pf2eTools
|
cd /opt/Pf2eTools
|
||||||
npm i
|
$STD npm install
|
||||||
npm run build
|
$STD npm run build
|
||||||
cd ~
|
cd ~
|
||||||
echo "${RELEASE}" >"/opt/${APP}_version.txt"
|
echo "${RELEASE}" >"/opt/${APP}_version.txt"
|
||||||
msg_ok "Updated ${APP}"
|
msg_ok "Updated ${APP}"
|
||||||
|
Loading…
Reference in New Issue
Block a user