From af55f5b509560fd80fe5ce81bd51c8db8d5e492d Mon Sep 17 00:00:00 2001 From: Vargink Date: Mon, 30 Sep 2024 06:54:16 +1000 Subject: [PATCH] update fixed typo --- vargtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vargtools b/vargtools index f086dc4..0353b91 100644 --- a/vargtools +++ b/vargtools @@ -78,8 +78,8 @@ vMenuSettings() { # Check if git key has been given if ! [ -f /etc/vargtools/tcmeta ]; then menuNumberIndex=$((menuNumberIndex+1)) - menuItems=("$menuNumberIndex. Set TCMeta Key") - menuActions=(updateVargtools) + menuItems+=("$menuNumberIndex. Set TCMeta Key") + menuActions+=(updateVargtools) fi menuItems+=("B. Back") menuActions+=(vMenuMain)