added output of plugins dir in wordpress entrypoint

This commit is contained in:
asus
2024-02-18 10:59:35 +01:00
parent c809edb4f8
commit c1a52938aa

View File

@@ -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/