mirror of
https://github.com/casjaysdevdocker/wordpress
synced 2025-01-18 12:34:35 -05:00
🗃️ modified: files/run.sh 🗃️
This commit is contained in:
parent
361b07e2ad
commit
a990f61a0a
@ -37,7 +37,7 @@ fi
|
|||||||
|
|
||||||
if [ -d "/var/lib/wordpress/devel" ]; then
|
if [ -d "/var/lib/wordpress/devel" ]; then
|
||||||
echo "[i] Initializing plugin development dir"
|
echo "[i] Initializing plugin development dir"
|
||||||
for d in /var/lib/wordpress/devel/*; do
|
for d in $(ls /var/lib/wordpress/devel); do
|
||||||
ln -sf "/var/lib/wordpress/devel/$d" "/usr/html/wp-content/plugins/$d"
|
ln -sf "/var/lib/wordpress/devel/$d" "/usr/html/wp-content/plugins/$d"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user