fixed typo
This commit is contained in:
Vargink
2024-09-30 06:54:16 +10:00
parent 930f711b90
commit af55f5b509

View File

@@ -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)