From a990f61a0ad22c63184125986f5880df0788d5dc Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 24 Jun 2022 15:21:57 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20modified:=20files/run.s?= =?UTF-8?q?h=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/run.sh b/files/run.sh index c54b418..f3590fc 100644 --- a/files/run.sh +++ b/files/run.sh @@ -37,7 +37,7 @@ fi if [ -d "/var/lib/wordpress/devel" ]; then 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" done fi