mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2024-11-24 04:12:34 +08:00
Merge pull request #187 from attie-argentum/encrypted_only
add '-k _' to hbbr if ENCRYPTED_ONLY is set
This commit is contained in:
commit
6a83ffea62
@ -1,3 +1,5 @@
|
||||
#!/command/with-contenv sh
|
||||
cd /data
|
||||
/usr/bin/hbbr
|
||||
PARAMS=
|
||||
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k _"
|
||||
/usr/bin/hbbr $PARAMS
|
||||
|
Loading…
Reference in New Issue
Block a user