Update linupx-scripts.sh

This commit is contained in:
2018-10-15 22:07:39 -05:00
parent c4374edc08
commit ada768dc1d

View File

@@ -390,8 +390,8 @@ INSTALL_MENU() {
if [ ${action-x} ]; then if [ ${action-x} ]; then
case $1 in case $1 in
update) UPDATE3;; update) UPDATE3;;
*) echo "Thats an invaild option,"; # *) echo "Thats an invaild option,";
exit 1;; # exit 1;;
esac esac
else else
if [ -e ~/runup.sh ]; then if [ -e ~/runup.sh ]; then