Update app version [skip ci]

This commit is contained in:
github-action update-app-version
2025-08-31 16:49:22 +00:00
parent dc76c2e3f4
commit 6d6d8f036d
9 changed files with 0 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/command/with-contenv sh
cd /data || exit
PARAMS=
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${RUSTDESK_API_RUSTDESK_KEY}"
/usr/bin/hbbr $PARAMS
+6
View File
@@ -0,0 +1,6 @@
#!/command/with-contenv sh
sleep 2
cd /data
PARAMS=
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${RUSTDESK_API_RUSTDESK_KEY}"
/usr/bin/hbbs -r $RELAY $PARAMS