From 3ecc65c4df172db78c390cd71823275187f9e6a4 Mon Sep 17 00:00:00 2001 From: USER Date: Sat, 4 Feb 2023 21:06:41 +0000 Subject: [PATCH] . --- shared/rGitClone | 2 +- shared/rGitPull | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/rGitClone b/shared/rGitClone index 61f3aa9..7da646d 100755 --- a/shared/rGitClone +++ b/shared/rGitClone @@ -5,7 +5,7 @@ echo "SCRIPT $0 starting" MYNAME=`uname -n` ZPC=/zz -REPO='zPublicConfig zShared' +REPO='zPublic zPublicConfig zShared' if [ ! -d ${ZPC} ] diff --git a/shared/rGitPull b/shared/rGitPull index afcd628..d916c23 100755 --- a/shared/rGitPull +++ b/shared/rGitPull @@ -5,7 +5,7 @@ echo "SCRIPT $0 starting" MYNAME=`uname -n` ZPC=/zz -REPO='zPublicConfig zShared' +REPO='zPublic zPublicConfig zShared' if [ -d ${ZPC} ]