This commit is contained in:
2019-01-30 16:00:15 -06:00
parent 400770f813
commit 62a79b9f92
2 changed files with 3 additions and 3 deletions

View File

@@ -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}"

2
run.sh
View File

@@ -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