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 @@ -233,9 +233,9 @@ sed -i 's/local_timezone/'$local_timezone'/' .env
233233if [ -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
283283else
You can’t perform that action at this time.
0 commit comments