From 6f49bbd3156f0be00db218f589507d12a87287e5 Mon Sep 17 00:00:00 2001 From: USER Date: Sun, 21 Jan 2024 13:56:22 +0000 Subject: [PATCH] . --- sbin/setupUserGit | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sbin/setupUserGit b/sbin/setupUserGit index a595c18..d216ac3 100755 --- a/sbin/setupUserGit +++ b/sbin/setupUserGit @@ -95,4 +95,11 @@ then rm -f /root/root.private fi +if [ $USER != "root" ] +then + echo "not updating crontab" +else + crontab -u root /zz/zPrivate/crontabs/DEBcrontab +fi + exit 0