Skip to content

Commit

Permalink
Correct menu count
Browse files Browse the repository at this point in the history
  • Loading branch information
XternA committed Nov 2, 2024
1 parent e73d79e commit 1bd8d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/proxy/proxy-menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ main_menu() {
TOTAL_PROXIES=$([ -e "$PROXY_FILE" ] && awk 'NF {count++} END {print count}' "$PROXY_FILE" || echo 0)
echo "Available Proxies: ${RED}${TOTAL_PROXIES}${NC}\n"

options="(1-8)"
options="(1-9)"
echo "1. Setup Proxies"
echo "2. Select Applications"
echo "3. Install Proxy Applications"
Expand Down

0 comments on commit 1bd8d32

Please sign in to comment.