mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 15:25:29 +00:00
6 lines
113 B
Plaintext
Executable File
6 lines
113 B
Plaintext
Executable File
#!/command/with-contenv sh
|
|
cd /data
|
|
PARAMS=
|
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k _"
|
|
/usr/bin/hbbr $PARAMS
|