From 7d53720e5ad5919f575807e443515a5cc5e49065 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 19 Apr 2022 04:46:10 -0400 Subject: [PATCH] Update plex-v3.sh --- ct/plex-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/plex-v3.sh b/ct/plex-v3.sh index ebed4526..1a5c6fde 100644 --- a/ct/plex-v3.sh +++ b/ct/plex-v3.sh @@ -89,7 +89,7 @@ function advanced_settings() { clear header_info echo -e "${RD}Using Advanced Settings${CL}" - echo -e "${YW}Type ${CROSS} ${YW}Unprivileged, or Press [ENTER] for Default: Privileged" + echo -e "${YW}Type ${CROSS}${YW}Unprivileged, or Press [ENTER] for Default: Privileged" read CT_TYPE1 if [ -z $CT_TYPE1 ]; then CT_TYPE1="Privileged" CT_TYPE="0"; echo -en "${DGN}Set CT Type ${BL}$CT_TYPE1${CL}"