mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-19 05:01:03 +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
|