From e8788892ce5ca793816ca86171191e049b284974 Mon Sep 17 00:00:00 2001 From: lvsi <15239928381@163.com> Date: Sun, 18 Sep 2022 00:34:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dsethook=E5=91=BD?= =?UTF-8?q?=E4=BB=A4=E4=BC=A0=E5=8F=82=E9=94=99=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- posture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posture b/posture index 7f50de7..f6d16b6 100755 --- a/posture +++ b/posture @@ -7,7 +7,7 @@ fi COMMAND=$1 if [ "${COMMAND}" == "sethook" ]; then - sethook $currentDir + sethook $POSTUREPATH elif [ "${COMMAND}" == "adjust" ]; then checkConfig && adjust elif [ "${COMMAND}" == "info" ]; then