added output of plugins dir in wordpress entrypoint
This commit is contained in:
@@ -67,6 +67,7 @@ fi
|
|||||||
# installing plugins :
|
# installing plugins :
|
||||||
echo -e ${YELLOW}plugins...${RESET}
|
echo -e ${YELLOW}plugins...${RESET}
|
||||||
plugins=$(ls ${WP_VOLUME_PLUGINS})
|
plugins=$(ls ${WP_VOLUME_PLUGINS})
|
||||||
|
echo $plugins
|
||||||
for dir in $plugins; do
|
for dir in $plugins; do
|
||||||
echo -e ${YELLOW}"creating symlink : ln -s ${WP_VOLUME_PLUGINS}/$dir ${WP_VOLUME_DIR}/wp-content/plugins/"${RESET}
|
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/
|
ln -s ${WP_VOLUME_PLUGINS}/$dir ${WP_VOLUME_DIR}/wp-content/plugins/
|
||||||
|
|||||||
Reference in New Issue
Block a user