diff --git a/client_software/0120_xrdp/install.sh b/client_software/0120_xrdp/install.sh index aa82017..0d27516 100755 --- a/client_software/0120_xrdp/install.sh +++ b/client_software/0120_xrdp/install.sh @@ -13,7 +13,7 @@ fi dnf install xrdp -y XRDP_SERVICESTATUS=$( systemctl is-enabled xrdp ) -if [ ${FIRSTRUN_SERVICESTATUS} != "enabled" ]; then +if [ ${XRDP_SERVICESTATUS} != "enabled" ]; then echo "Enabling XRDP Service and Firewall:" systemctl enable xrdp systemctl start xrdp