From: Felix Dörre Date: Mon, 20 Apr 2015 17:48:28 +0000 (+0200) Subject: ...: Minor fixes X-Git-Url: https://code.wpia.club/?p=nre.git;a=commitdiff_plain;h=2166c7683f4bc5bc47c91dca59ae5264654c83a6 ...: Minor fixes --- diff --git a/commonFunctions b/commonFunctions index 8b12bf4..354e1c3 100755 --- a/commonFunctions +++ b/commonFunctions @@ -26,7 +26,7 @@ caSign(){ # csr,ca,config,start,end [[ "$end" != "" ]] && end="-enddate $end" [[ "$start" == "" && "$end" == "" ]] && start="$ROOT_VALIDITY" BASE="$PWD" - echo "Signing: $1 with $2" + echo "Signing: $BASE/$1 with $2" echo "$start $end" pushd $2.ca > /dev/null if [[ "$2" == "root" && "$1" == root.* ]]; then diff --git a/generateHtdocs.sh b/generateHtdocs.sh index 773c650..328c509 100755 --- a/generateHtdocs.sh +++ b/generateHtdocs.sh @@ -4,7 +4,6 @@ [[ "$1" == "" ]] && echo "Usage: $0 " && exit 1 year=$1 -mkdir -p htdocs/crl/g2/$year mkdir -p htdocs/crt/g2/$year for ca in root $STRUCT_CAS; do