Make sure to exit if a command fails in update script

This commit is contained in:
John Goerzen 2019-10-23 07:10:33 -05:00
parent 45724aa86a
commit b61398309a
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -e
# "Updating Git"
cd $HOME/uucp
git pull --quiet