- added todo in notes about the container
- changed url to avoid underscores
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user