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