mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-08-16 08:25:55 +00:00
7 lines
131 B
Plaintext
Executable File
7 lines
131 B
Plaintext
Executable File
#!/command/with-contenv sh
|
|
sleep 2
|
|
cd /data
|
|
PARAMS=
|
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k _"
|
|
/usr/bin/hbbs -r $RELAY $PARAMS
|