mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-01-17 17:47:57 +08:00
6 lines
148 B
Plaintext
6 lines
148 B
Plaintext
#!/command/with-contenv sh
|
|
cd /data || exit
|
|
PARAMS=
|
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${RUSTDESK_API_RUSTDESK_KEY}"
|
|
/usr/bin/hbbr $PARAMS
|