From 4222904bc4e36451a571cfd5bab231dd36675b98 Mon Sep 17 00:00:00 2001 From: Yenthe Date: Thu, 27 Aug 2015 16:12:50 +0200 Subject: [PATCH] test test --- base_update_script_2 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base_update_script_2 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."