- 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

@@ -1,7 +1,7 @@
#!/bin/bash
PROJECT_NAME="fipfcard_plugin"
PROJECT_URL="local_fipfcard_plugin.com"
PROJECT_URL="local-fipfcard-plugin.com"
PROJECT_PORT=443
# change execution_time and max_upload_size, in wp and nginx

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