Skip to content

Commit 3264845

Browse files
committed
Update install.sh
1 parent f16927a commit 3264845

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
@@ -233,9 +233,9 @@ sed -i 's/local_timezone/'$local_timezone'/' .env
233233
if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
234234
# Firstly: create external volume
235235
docker volume create --driver local --opt type=none --opt device=`pwd`/certbot --opt o=bind certbot-etc > /dev/null
236-
# installing codeIgniter and the other services
236+
# installing CodeIgniter and the other services
237237
docker-compose up -d & export pid=$!
238-
echo "codeIgniter and the other services installing proceeding..."
238+
echo "CodeIgniter and the other services installing proceeding..."
239239
echo ""
240240
wait $pid
241241
if [ $? -eq 0 ]
@@ -277,7 +277,7 @@ if [ -x "$(command -v docker)" ] && [ -x "$(command -v docker-compose)" ]; then
277277
fi
278278
else
279279
echo ""
280-
echo "Error! could not installed codeIgniter and the other services with docker-compose" >&2
280+
echo "Error! could not installed CodeIgniter and the other services with docker-compose" >&2
281281
exit 1
282282
fi
283283
else

0 commit comments

Comments
 (0)