From 3ee6f0f40288f88b0d95e8f8dfee90f81601c7e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 12:04:39 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index db1c797..1634f96 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -456,10 +456,10 @@ INSTALL_MENU() { if [ ${action-x} ]; then case $1 in - update) UPDATE3;; - up) UPDATE4;; - # *) echo "Thats an invaild option,"; - # exit 1;; + update) UPDATE3;; + up) UPDATE4;; + # *) echo "Thats an invaild option,"; + # exit 1;; esac else SCRIPT_MENU