mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-19 07:31:06 +08:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
#!/command/with-contenv sh
|
|
sleep 2
|
|
cd /data
|
|
PARAMS=
|
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k ${KEY}"
|
|
/usr/bin/hbbs -r $RELAY $PARAMS
|