From c1a52938aa86667e7fd726e84721bd04d9f6161a Mon Sep 17 00:00:00 2001 From: asus Date: Sun, 18 Feb 2024 10:59:35 +0100 Subject: [PATCH] added output of plugins dir in wordpress entrypoint --- srcs/requirements/wordpress/conf/wp_entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/srcs/requirements/wordpress/conf/wp_entrypoint.sh b/srcs/requirements/wordpress/conf/wp_entrypoint.sh index 06adb54..d95b31a 100644 --- a/srcs/requirements/wordpress/conf/wp_entrypoint.sh +++ b/srcs/requirements/wordpress/conf/wp_entrypoint.sh @@ -67,6 +67,7 @@ fi # installing plugins : echo -e ${YELLOW}plugins...${RESET} plugins=$(ls ${WP_VOLUME_PLUGINS}) +echo $plugins for dir in $plugins; do echo -e ${YELLOW}"creating symlink : ln -s ${WP_VOLUME_PLUGINS}/$dir ${WP_VOLUME_DIR}/wp-content/plugins/"${RESET} ln -s ${WP_VOLUME_PLUGINS}/$dir ${WP_VOLUME_DIR}/wp-content/plugins/