File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,9 +220,9 @@ sed -i 's/local_timezone/'$local_timezone'/' .env
220220if [ -x " $( command -v docker) " ] && [ -x " $( command -v docker-compose) " ]; then
221221 # Firstly: create external volume
222222 docker volume create --driver local --opt type=none --opt device=` pwd` /certbot --opt o=bind certbot-etc > /dev/null
223- # installing cakephp and the other services
223+ # installing CakePHP and the other services
224224 docker-compose up -d & export pid=$!
225- echo " cakephp and the other services installing proceeding..."
225+ echo " CakePHP and the other services installing proceeding..."
226226 echo " "
227227 wait $pid
228228 if [ $? -eq 0 ]
@@ -264,7 +264,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
264264 fi
265265 else
266266 echo " "
267- echo " Error! could not installed cakephp and the other services with docker-compose" >&2
267+ echo " Error! could not installed CakePHP and the other services with docker-compose" >&2
268268 exit 1
269269 fi
270270else
You can’t perform that action at this time.
0 commit comments