rustdesk-server-container/start-hbbr.sh

13 lines
164 B
Bash
Raw Permalink Normal View History

2022-11-18 01:13:19 +02:00
#!/usr/bin/env sh
. /.env
cd /data
ENCRYPT_PARAMS=""
if [ "${ENCRYPTED_ONLY}" = "1" ];then
ENCRYPT_PARAMS="-k _"
fi
/opt/rustdesk/hbbr ${ENCRYPT_PARAMS}