[sysadmin-bin] You should be looking for dns, not dns.git



commit 0543891b316c67dfb1ea63086a72c6690c7f0472
Author: Andrea Veri <av gnome org>
Date:   Fri Jul 11 14:27:54 2014 +0200

    You should be looking for dns, not dns.git

 automatic-dnssec-signzone |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/automatic-dnssec-signzone b/automatic-dnssec-signzone
index 9e66050..a684f82 100755
--- a/automatic-dnssec-signzone
+++ b/automatic-dnssec-signzone
@@ -3,7 +3,7 @@
 cd /tmp
 git clone /git/dns.git
 
-if [ -d /tmp/dns.git ]; then
+if [ -d /tmp/dns ]; then
     cd /tmp/dns
     ./do-domains
     git add .


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]