Skip to content

Commit aa1629b

Browse files
committed
Update install.sh
1 parent 69b1faf commit aa1629b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ sed -i 's/local_timezone/'$local_timezone'/' .env
220220
if [ -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
270270
else

0 commit comments

Comments
 (0)