call yaml scripts in another path

This commit is contained in:
Marc Wäckerlin
2018-08-24 15:54:59 +02:00
parent a32221ec76
commit 15015372ea

View File

@@ -35,7 +35,7 @@ done
for f in $*; do
name=${f%.yaml}
file=${name}.yaml
name=${f##*/}
name=${name##*/}
echo "upgrading ${name}"
IFS="
"