parent
b6c5ab4bbf
commit
4222904bc4
@ -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."
|
||||||
Loading…
Reference in new issue