File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ export OSX=$(uname | grep -i '^darwin')
1010if ! docker-compose -v & > /dev/null
1111then
1212 echo " Before running this script, install Docker and Docker Compose."
13- if [ -z $OSX ]
13+ if [ -z " $OSX " ]
1414 then
15- echo " Download the latest community edition here:"
16- echo " https://docs.docker.com/docker-for-mac/release-notes/"
17- else
1815 echo " Find installation instructions for your distro here:"
1916 echo " https://docs.docker.com/install/linux/docker-ce/ubuntu/"
17+ else
18+ echo " Download the latest community edition here:"
19+ echo " https://docs.docker.com/docker-for-mac/release-notes/"
2020 fi
2121 exit 1
2222fi
2727 exit 1
2828fi
2929
30- if [ -z $OSX ]
30+ if [ -z " $OSX " ]
3131then
32- set -x
33- ln -si docker-compose.sync.yml docker-compose.override.yml
34- else
35- set -ex
32+ set -e
3633 ln -si docker-compose.bind.yml docker-compose.override.yml
34+ else
35+ set -e
36+ ln -si docker-compose.sync.yml docker-compose.override.yml
3737fi
3838
3939docker pull popcodeorg/popcode:latest
You can’t perform that action at this time.
0 commit comments