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