Skip to content

Commit baa6d71

Browse files
authored
Update entrypoint-wp.sh
1 parent c51a20f commit baa6d71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wordpress/entrypoint-wp.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ for var in \
4444
NPP_GID \
4545
NPP_NGINX_CACHE_PATH \
4646
NPP_USER \
47-
NPP_DEV_ENABLED \
4847
MOUNT_DIR; do
4948
if [[ -z "${!var:-}" ]]; then
5049
echo -e "${COLOR_RED}${COLOR_BOLD}NPP-WP-FATAL:${COLOR_RESET} Missing required environment variable(s): ${COLOR_LIGHT_CYAN}${var}${COLOR_RESET} - ${COLOR_RED}Exiting...${COLOR_RESET}"

0 commit comments

Comments
 (0)