Skip to content

Commit

Permalink
Play
Browse files Browse the repository at this point in the history
  • Loading branch information
sudevschiz committed May 2, 2020
1 parent c0c35ee commit 6d6a1fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pushthejson
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
set -eu

# Add a switch to pause updates from sheet
RUN_STATUS="Pause"
RUN_STATUS="Play"
if [ $RUN_STATUS == "Pause" ]
echo "Actions are paused. Check pushthejson script to enable."
then
exit
fi
Expand Down

0 comments on commit 6d6a1fa

Please sign in to comment.