From b35f4ae40a21c813101ae56b5cc6e60a66b6e626 Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Sat, 13 May 2023 18:03:25 +0200 Subject: [PATCH] Fixed condition to use new structure --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b6f72aa..d8dada3 100644 --- a/start.sh +++ b/start.sh @@ -83,7 +83,7 @@ do then echo "VPN connection successfully established" echo "Starting script..." - if [ -d "./$vpn" ] + if [ -d "./Microsoft-Rewards-bot/$vpn.json" ] then gnome-terminal -- sh -c "cd Microsoft-Rewards-bot && python ms_rewards_farmer.py --dont-check-for-updates --shuffle --session --superfast --on-finish exit --no-webdriver-manager --accounts-file $vpn.json --discord $webhook; exit; exec bash" & read -t 2