Update 'start.sh'

This commit is contained in:
2023-05-14 14:22:50 +00:00
parent 226963e022
commit e25a895a98

View File

@@ -83,7 +83,7 @@ do
then
echo "VPN connection successfully established"
echo "Starting script..."
if [ -d "./Microsoft-Rewards-bot/$vpn.json" ]
if [ -f "./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