From 6dbfd385fbbc316edf3c6f1bc82cd6818a70e42c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 19 Nov 2023 21:34:35 +0800 Subject: [PATCH] Update readline.sh --- plugins/php/versions/common/readline.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/php/versions/common/readline.sh b/plugins/php/versions/common/readline.sh index e2185eaf4..bde833361 100755 --- a/plugins/php/versions/common/readline.sh +++ b/plugins/php/versions/common/readline.sh @@ -2,6 +2,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/opt/homebrew/bin export PATH=$PATH:/opt/homebrew/bin +# cd /www/server/mdserver-web/plugins/php/versions/common && bash readline.sh install 54 + curPath=`pwd` appPath=$(dirname "$curPath")