diff --git a/sbin/GitClone b/sbin/GitClone index 6d9df13..2f06d4e 100755 --- a/sbin/GitClone +++ b/sbin/GitClone @@ -5,7 +5,10 @@ echo "SCRIPT $0 starting" MYNAME=`uname -n` ZZ=/zz -REPO= +MYNAME=`uname -n` + +source ${ZZ}/zSyno/secrets/.${MYNAME} +REPO=${REPOSYNO} KEYS= if [ ! -d ${ZPC} ]