From 62a79b9f923ea9453932579632d10c0513b609b0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 16:00:15 -0600 Subject: [PATCH] update --- linupx-scripts.sh | 4 ++-- run.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index af9b8e5..0b07633 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -338,7 +338,7 @@ SCRIPT_MENU() { LASTRUNT=$((stat -c %y /opt/LinUPx/lastrun | cut -d ' ' -f2) | cut -d '.' -f1) while : do - clear + #clear echo "" echo -e " ${LGreen}LinUPx - L I N U X U P D A T E S C R I P T S${Color_Off} ${DGray}(ver-${VERS})${Color_Off}" echo -e "${LGreen}---------------------------------------------------------------------------${Color_Off}" @@ -415,7 +415,7 @@ SCRIPT_MENU() { INSTALL_MENU() { while : do - #clear + clear echo "" echo -e " ${LGreen}LinUPx - L I N U X U P D A T E S C R I P T S${Color_Off} ${DGray}(ver-${VERS})${Color_Off}" echo -e " ${Green}INSTALLATION SCRIPTS${Color_Off}" diff --git a/run.sh b/run.sh index c83ec7e..9547d48 100755 --- a/run.sh +++ b/run.sh @@ -41,5 +41,5 @@ echo -en "\e[1A"; echo -e "\e[0K\r ${idsCL[Green]}Updates Completed${idsCL[Default]}" echo "" -/opt/idssys/linupx/linupx-scripts.sh $1 $2 $3 $4 +./linupx-scripts.sh $1 $2 $3 $4 exit 0