Updated update script to pull for proper branch

This commit is contained in:
Sasank Vishnubhatla 2017-06-16 15:19:18 +00:00
parent fa806dbfb1
commit 8ee7d625f0

View file

@ -1 +1 @@
./kill.sh && git pull origin master && ./run.sh &
./kill.sh && git pull origin sasank && ./run.sh &