mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 02:20:41 +00:00
add '-k _' to hbbr if ENCRYPTED_ONLY is set
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
#!/command/with-contenv sh
|
#!/command/with-contenv sh
|
||||||
cd /data
|
cd /data
|
||||||
/usr/bin/hbbr
|
PARAMS=
|
||||||
|
[ "${ENCRYPTED_ONLY}" = "1" ] && PARAMS="-k _"
|
||||||
|
/usr/bin/hbbr $PARAMS
|
||||||
|
|||||||
Reference in New Issue
Block a user