Corrected slight thinko, the program should be verbose when executed manually
authorjoey <>
Thu, 18 Nov 2004 16:19:21 +0000 (16:19 +0000)
committerjoey <>
Thu, 18 Nov 2004 16:19:21 +0000 (16:19 +0000)
ud-replicate

index c7c67a5..80846fb 100755 (executable)
@@ -24,6 +24,7 @@ set -e
 if [ -z "$PS1" -o "$TERM" = "dumb" ]
 then
     exec > /dev/null 2>&1
+else
     verbose=-v
 fi