- added todo in notes about the container

- changed url to avoid underscores
This commit is contained in:
asus
2024-02-29 01:01:46 +01:00
parent 426e412a8f
commit f45db59f8b
3 changed files with 11 additions and 3 deletions

View File

@@ -65,7 +65,7 @@ else
fi
# installing plugins :
echo -e ${YELLOW}plugins...${RESET}
echo -e ${YELLOW}installing plugins...${RESET}
plugins=$(ls ${WP_VOLUME_PLUGINS})
echo $plugins
for dir in $plugins; do