From d09aa3281e529f4e16f5dc84d5e94f8b604dd752 Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 22 Feb 2016 03:30:01 -0500 Subject: [PATCH] oops- fixing path and removing verbose output --- new.ca.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/new.ca.sh b/new.ca.sh index 776714f..c943350 100755 --- a/new.ca.sh +++ b/new.ca.sh @@ -1,9 +1,8 @@ #!/bin/bash set -e -set -x -rootdir='/tmp/ssl/ca' +rootdir='/root/ssl/ca' bindir="$(dirname ${0})" export rootdir export bindir