diff --git a/base_update_script_2 b/base_update_script_2 new file mode 100644 index 0000000..59baafa --- /dev/null +++ b/base_update_script_2 @@ -0,0 +1,8 @@ +if [ -f ~/.gitconfig ] +then + echo "We can do a git pull - git user configged." + #git pull origin master +else + echo "We can not update the Odoo code base - no git user configged" +fi + echo "Done updating."