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