]> hydra-www.ietfng.org Git - acmetensortoys-esp-lua_ctfws/commitdiff
pushall: update config directory paths
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Fri, 10 Nov 2017 23:43:23 +0000 (18:43 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Fri, 10 Nov 2017 23:43:23 +0000 (18:43 -0500)
pushall.sh

index ecdcbe38e24829a9972e0b2dd71fb2911f81d58a..e123a2d1b2c53914adbe9a91f7724091cb5a8af2 100755 (executable)
@@ -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