We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1001e commit 05f93bbCopy full SHA for 05f93bb
wordpress/entrypoint-wp.sh
@@ -88,8 +88,8 @@ echo -e "${COLOR_GREEN}${COLOR_BOLD}NPP-WP:${COLOR_RESET} The Nginx Cache Path:
88
chown -R root:root \
89
/etc/nginx \
90
/usr/local/etc/php-fpm.d \
91
- /usr/local/etc/php/conf.d &&
92
-echo -e "${COLOR_GREEN}${COLOR_BOLD}NPP-WP:${COLOR_RESET} Permissions fixed successfully!" ||
+ /usr/local/etc/php/conf.d &&
+echo -e "${COLOR_GREEN}${COLOR_BOLD}NPP-WP:${COLOR_RESET} Permissions fixed successfully!" ||
93
echo -e "${COLOR_RED}${COLOR_BOLD}NPP-WP:${COLOR_RESET} Failed to fix permissions!"
94
95
# Wait for the 'wordpress-db' to be ready
0 commit comments