From 4a5c1933355a54ec95a4db6b18d0d1b34cf638eb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 8 Apr 2023 10:23:52 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 1f23477..5072859 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -773,6 +773,7 @@ if [ ${action-x} ]; then update) UPDATE3;; up) UPDATE4;; mpvmfix) MPVMFIX;; + addveeamuser) ADDVEEAMUSER;; # *) echo "Thats an invaild option,"; # exit 1;; esac