From c62391abff3809f48ed3a8b9e50f307f504b905b Mon Sep 17 00:00:00 2001 From: Rohan Barar Date: Thu, 18 Jul 2024 18:45:57 +1000 Subject: [PATCH] Corrected RDP_USER variable declaration. --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 29a3f78..cde2588 100755 --- a/installer.sh +++ b/installer.sh @@ -71,7 +71,7 @@ readonly INQUIRER_PATH="./install/inquirer.sh" # UNIX path to the 'inquirer' scr readonly VM_NAME="RDPWindows" # Name of the Windows VM (FOR 'libvirt' ONLY). readonly RDP_PORT=3389 # Port used for RDP on Windows. readonly DOCKER_IP="127.0.0.1" # Localhost. -readonly RDP_USER="" +RDP_USER="" RDP_PASS="" #RDP_DOMAIN="MYDOMAIN" #RDP_IP="192.168.123.111"