Update linupx-scripts.sh

This commit is contained in:
2022-09-09 17:56:10 -05:00
parent 23ff356e59
commit b4ebe36ded

View File

@@ -506,10 +506,6 @@ SCRIPT_MENU() {
LASTRUND='never' LASTRUND='never'
LASTRUNT='' LASTRUNT=''
fi fi
if [ "${action}" = "mpvmfix" ]; then
echo 'yes'
MPVMFIX
else
while : while :
do do
clear clear
@@ -596,7 +592,6 @@ SCRIPT_MENU() {
sleep 1;; sleep 1;;
esac esac
done done
fi
} }
INSTALL_MENU() { INSTALL_MENU() {
while : while :
@@ -673,6 +668,7 @@ if [ ${action-x} ]; then
case $1 in case $1 in
update) UPDATE3;; update) UPDATE3;;
up) UPDATE4;; up) UPDATE4;;
mpvmfix) MPVMFIX;;
# *) echo "Thats an invaild option,"; # *) echo "Thats an invaild option,";
# exit 1;; # exit 1;;
esac esac