comparison utils/docker-entrypoint.sh @ 54:334d65dac778

add hash bangs to specify bash shell
author smith@nwoca.org
date Wed, 24 Feb 2016 18:23:42 +0000
parents 5643072a1af9
children 541766977a11
comparison
equal deleted inserted replaced
53:f3773b50a88e 54:334d65dac778
8 mkdir -p $SSDT_HOME 8 mkdir -p $SSDT_HOME
9 hg init 9 hg init
10 fi 10 fi
11 echo "pulling updates" 11 echo "pulling updates"
12 hg pull -y $SSDT_DOCKER 12 hg pull -y $SSDT_DOCKER
13 hg revert -a
13 hg update default 14 hg update default
14 15
15 else 16 else
16 17
17 exec "$@" 18 exec "$@"