Corrected RDP_USER variable declaration.

This commit is contained in:
Rohan Barar 2024-07-18 18:45:57 +10:00
parent 9d3191cbf1
commit c62391abff

View File

@ -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"