From d1d014aa3ce7c9b14235a0d948c5fb584b5b7c99 Mon Sep 17 00:00:00 2001 From: USER Date: Mon, 27 Mar 2023 21:34:37 +0100 Subject: [PATCH] . --- sbin/GitPull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/GitPull b/sbin/GitPull index 82cf6f6..2bcecec 100755 --- a/sbin/GitPull +++ b/sbin/GitPull @@ -21,7 +21,7 @@ do if [ -d ${ZZ}/$i ] then echo $i - cd ${ZZ}/$i; git pull) + (cd ${ZZ}/$i; git pull) fi done