From 641334af72cd7d0b1b47c0f8f977bfce0c2e38b2 Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Fri, 10 Nov 2017 18:43:23 -0500 Subject: [PATCH] pushall: update config directory paths --- pushall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushall.sh b/pushall.sh index ecdcbe3..e123a2d 100755 --- a/pushall.sh +++ b/pushall.sh @@ -15,7 +15,7 @@ pushsrc() { } if [ -n "${2:-}" ]; then - if [ -d examples/ctfws/conf/$2 ]; then CONFDIR=examples/ctfws/conf/$2 + if [ -d conf/$2 ]; then CONFDIR=conf/$2 elif [ -d $2 ]; then CONFDIR=$2 else echo "Not a directory: $2"; exit 1 fi -- 2.50.1