diff options
Diffstat (limited to 'src/desktop-lite/install.sh')
-rwxr-xr-x | src/desktop-lite/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-lite/install.sh b/src/desktop-lite/install.sh index dc8ee39..befab40 100755 --- a/src/desktop-lite/install.sh +++ b/src/desktop-lite/install.sh @@ -13,7 +13,7 @@ NOVNC_PORT="${WEBPORT:-6080}" VNC_PORT="${VNCPORT:-5901}" INSTALL_NOVNC=${INSTALL_NOVNC:-"true"} -USERNAME=${USERNAME:-"automatic"} +USERNAME="${USERNAME:-"${_REMOTE_USER:-"automatic"}"}" WEBSOCKETIFY_VERSION=0.10.0 |