This commit is contained in:
Julian M. Kunkel 2018-05-07 10:32:34 +01:00
parent f3508aaccc
commit 3eb64a4164
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
(
cd /home/oer/icp/
git pull
git pull -q
OLD=$(docker ps|grep "kunkel/oer\b"|cut -d " " -f 1)
if [[ $OLD != "" ]] ; then