mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-28 04:20:49 +08:00
6 lines
126 B
Plaintext
6 lines
126 B
Plaintext
#!/command/with-contenv sh
|
|
cd /data || exit
|
|
PARAMS=
|
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${KEY}"
|
|
/usr/bin/hbbr $PARAMS
|