From f20058cc3440179b0fca769ed5eab087662a7b4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Thu, 26 Mar 2026 17:29:18 +0100 Subject: [PATCH] Bug Servicestatus xrdp --- client_software/0120_xrdp/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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