Update 'start.sh'
This commit is contained in:
2
start.sh
2
start.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user