Update 5etools.sh

This commit is contained in:
Johanna Rührig 2025-01-03 23:37:51 +01:00 committed by GitHub
parent 2fce925afc
commit b76099d6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,8 +52,8 @@ function update_script() {
mv "${APP}-src-${RELEASE:1}" "/opt/${APP}" mv "${APP}-src-${RELEASE:1}" "/opt/${APP}"
mv "/opt/img-backup" "/opt/${APP}/img" mv "/opt/img-backup" "/opt/${APP}/img"
cd /opt/5etools cd /opt/5etools
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 base 5etools" msg_ok "Updated base 5etools"