.
This commit is contained in:
@ -95,4 +95,11 @@ then
|
|||||||
rm -f /root/root.private
|
rm -f /root/root.private
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ $USER != "root" ]
|
||||||
|
then
|
||||||
|
echo "not updating crontab"
|
||||||
|
else
|
||||||
|
crontab -u root /zz/zPrivate/crontabs/DEBcrontab
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user