mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-07-01 07:15:36 +00:00
add '-k _' to hbbr if ENCRYPTED_ONLY is set
This commit is contained in:
parent
d88e4b5151
commit
af848f96df
@ -1,3 +1,5 @@
|
||||
#!/command/with-contenv sh
|
||||
cd /data
|
||||
/usr/bin/hbbr
|
||||
PARAMS=
|
||||
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k _"
|
||||
/usr/bin/hbbr $PARAMS
|
||||
|
Loading…
x
Reference in New Issue
Block a user