From: Nathaniel Wesley Filardo Date: Fri, 10 Nov 2017 23:43:23 +0000 (-0500) Subject: pushall: update config directory paths X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=641334af72cd7d0b1b47c0f8f977bfce0c2e38b2;p=acmetensortoys-esp-lua_ctfws pushall: update config directory paths --- 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