잘못된 경로지정 수정.
This commit is contained in:
parent
0e5948b0dd
commit
2988f8627c
|
@ -10,7 +10,7 @@ entrypoint_log() {
|
||||||
}
|
}
|
||||||
|
|
||||||
ME=$(basename "$0")
|
ME=$(basename "$0")
|
||||||
DEFAULT_CONF_FILE="/opt/nginx/etc/conf.d/default.conf"
|
DEFAULT_CONF_FILE="opt/nginx/etc/conf.d/default.conf"
|
||||||
|
|
||||||
# check if we have ipv6 available
|
# check if we have ipv6 available
|
||||||
if [ ! -f "/proc/net/if_inet6" ]; then
|
if [ ! -f "/proc/net/if_inet6" ]; then
|
||||||
|
|
Loading…
Reference in New Issue