File tree 2 files changed +0
-12
lines changed
2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,6 @@ RED="\033[0;31m"
43
43
GREEN="\033[0;32m"
44
44
RESET="\033[0m"
45
45
46
- CRUNCHY_DIR=${CRUNCHY_DIR:-'/opt/crunchy'}
47
-
48
46
function enable_debugging() {
49
47
if [[ ${CRUNCHY_DEBUG:-false} == "true" ]]
50
48
then
130
128
err_check "$?" "pgAdmin4 Database Setup" "Could not create pgAdmin4 database: \n$(cat /tmp/pgadmin4.stderr)"
131
129
fi
132
130
133
- cd ${PGADMIN_DIR?}
134
-
135
131
echo_info "Starting Apache web server.."
136
132
/usr/sbin/httpd -D FOREGROUND &
137
133
echo $! > $APACHE_PIDFILE
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ containers:
117
117
GREEN="\033[0;32m"
118
118
RESET="\033[0m"
119
119
120
- CRUNCHY_DIR=${CRUNCHY_DIR:-'/opt/crunchy'}
121
-
122
120
function enable_debugging() {
123
121
if [[ ${CRUNCHY_DEBUG:-false} == "true" ]]
124
122
then
@@ -204,8 +202,6 @@ containers:
204
202
err_check "$?" "pgAdmin4 Database Setup" "Could not create pgAdmin4 database: \n$(cat /tmp/pgadmin4.stderr)"
205
203
fi
206
204
207
- cd ${PGADMIN_DIR?}
208
-
209
205
echo_info "Starting Apache web server.."
210
206
/usr/sbin/httpd -D FOREGROUND &
211
207
echo $! > $APACHE_PIDFILE
@@ -355,8 +351,6 @@ containers:
355
351
GREEN="\033[0;32m"
356
352
RESET="\033[0m"
357
353
358
- CRUNCHY_DIR=${CRUNCHY_DIR:-'/opt/crunchy'}
359
-
360
354
function enable_debugging() {
361
355
if [[ ${CRUNCHY_DEBUG:-false} == "true" ]]
362
356
then
@@ -442,8 +436,6 @@ containers:
442
436
err_check "$?" "pgAdmin4 Database Setup" "Could not create pgAdmin4 database: \n$(cat /tmp/pgadmin4.stderr)"
443
437
fi
444
438
445
- cd ${PGADMIN_DIR?}
446
-
447
439
echo_info "Starting Apache web server.."
448
440
/usr/sbin/httpd -D FOREGROUND &
449
441
echo $! > $APACHE_PIDFILE
You can’t perform that action at this time.
0 commit comments