Add support for Remote Desktop Services (RDS).

This commit is contained in:
2026-03-11 14:06:08 +01:00
parent 1f5c01d8c9
commit b84a7d8527
5 changed files with 71 additions and 0 deletions

View File

@@ -535,6 +535,16 @@ for _ip in $rm_server_ips ; do
rm_server_ip_arr+=("$_ip")
done
# ---
# - IP Addresses RDS Service
# ---
declare -a rds_server_ip_arr=()
for _ip in $rds_server_ips ; do
rds_server_ip_arr+=("$_ip")
done
# ---
# - IP Addresses Rsync Out
# ---