Bug Servicestatus xrdp

This commit is contained in:
Daniel Pätzold
2026-03-26 17:29:18 +01:00
parent 082d0ad4bd
commit f20058cc34
+1 -1
View File
@@ -13,7 +13,7 @@ fi
dnf install xrdp -y dnf install xrdp -y
XRDP_SERVICESTATUS=$( systemctl is-enabled xrdp ) XRDP_SERVICESTATUS=$( systemctl is-enabled xrdp )
if [ ${FIRSTRUN_SERVICESTATUS} != "enabled" ]; then if [ ${XRDP_SERVICESTATUS} != "enabled" ]; then
echo "Enabling XRDP Service and Firewall:" echo "Enabling XRDP Service and Firewall:"
systemctl enable xrdp systemctl enable xrdp
systemctl start xrdp systemctl start xrdp