rustdesk-server-container/start-hbbr.sh
2022-11-17 23:13:19 +00:00

13 lines
164 B
Bash
Executable File

#!/usr/bin/env sh
. /.env
cd /data
ENCRYPT_PARAMS=""
if [ "${ENCRYPTED_ONLY}" = "1" ];then
ENCRYPT_PARAMS="-k _"
fi
/opt/rustdesk/hbbr ${ENCRYPT_PARAMS}