From 17d59aa9404c1f0f752392b71e79262fb841871e Mon Sep 17 00:00:00 2001 From: Kickbut101 Date: Fri, 22 Jul 2022 15:05:32 -0500 Subject: [PATCH] Update ombi.sh --- ct/ombi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ct/ombi.sh b/ct/ombi.sh index 9c743b39..b9f423c3 100644 --- a/ct/ombi.sh +++ b/ct/ombi.sh @@ -90,7 +90,7 @@ function default_settings() { HN=$NSAPP echo -e "${DGN}Using Disk Size ${BGN}3${CL}${DGN}GB${CL}" DISK_SIZE="3" - echo -e "${DGN}Using ${BGN}2${CL}${DGN}vCPU${CL}" + echo -e "${DGN}Using ${BGN}1${CL}${DGN}vCPU${CL}" CORE_COUNT="2" echo -e "${DGN}Using ${BGN}2048${CL}${DGN}MiB RAM${CL}" RAM_SIZE="2048" @@ -182,9 +182,9 @@ header_info echo -e "${DGN}Using CT ID ${BGN}$CT_ID${CL}" echo -e "${DGN}Using CT Name ${BGN}$HN${CL}" echo -e "${DGN}Using Disk Size ${BGN}$DISK_SIZE${CL}${DGN}GB${CL}" - echo -e "${YW}Allocate CPU cores, or Press [ENTER] for Default: 2 " + echo -e "${YW}Allocate CPU cores, or Press [ENTER] for Default: 1 " read CORE_COUNT - if [ -z $CORE_COUNT ]; then CORE_COUNT="2"; fi; + if [ -z $CORE_COUNT ]; then CORE_COUNT="1"; fi; echo -en "${DGN}Set Cores To ${BL}$CORE_COUNT${CL}${DGN}vCPU${CL}" echo -e " ${CM}${CL} \r" sleep 1