Added TurboVNC

This commit is contained in:
Héctor Molinero Fernández
2019-07-31 16:05:45 +02:00
parent a36b9af6fd
commit 07570c4d9d
5 changed files with 44 additions and 4 deletions

View File

@@ -40,8 +40,8 @@ fi
# Create RANDFILE if it does not exist
RANDFILE=${RANDFILE-${HOME}/.rnd}
if [ ! -f "${RANDFILE}" ]; then
dd if=/dev/urandom of="${RANDFILE}" bs=256 count=1 >/dev/null 2>&1
if [ ! -f "${RANDFILE:?}" ]; then
dd if=/dev/urandom of="${RANDFILE:?}" bs=256 count=1 >/dev/null 2>&1
fi
# Generate SSH keys if they do not exist