Updated checkout logic

This commit is contained in:
Netkas 2021-01-27 21:26:42 -05:00
parent b63718ae75
commit ba8d14ea5e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [ ! -f /firstrun.pass ]; then
echo " #### Checking out production branch"
cd /CoffeeHousePy
git checkout master
git checkout production
echo " #### Setting permissions"
chmod a+x /CoffeeHousePy/Docker/coffeehouse