aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-02 09:50:51 -0400
committerAndrew Lee <alee14498@gmail.com>2019-11-02 09:50:51 -0400
commit1266292b6a01a8fefdd5ed378a6e8cd5a21b99a2 (patch)
tree8f1159f38baf2187f19f7f23234ceb116ed99b41 /run.sh
parent6483dcbcf2cb3088eeaccd1f979b9839391f2a2c (diff)
downloadPokeBot-1266292b6a01a8fefdd5ed378a6e8cd5a21b99a2.tar.gz
PokeBot-1266292b6a01a8fefdd5ed378a6e8cd5a21b99a2.tar.bz2
PokeBot-1266292b6a01a8fefdd5ed378a6e8cd5a21b99a2.zip
update script
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 6ed23f5..6851a98 100755
--- a/run.sh
+++ b/run.sh
@@ -6,4 +6,6 @@ for (( ; ; ))
do
git pull
npm start
+ echo 'Starting back up in 2 seconds...'
+ sleep 2
done \ No newline at end of file