From a32221ec762cc5503e0de54ac36d015ff0e0a152 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 24 Aug 2018 15:51:01 +0200 Subject: [PATCH] call yaml scripts in another path --- docker-update | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-update b/docker-update index 2a22e27..f4375d2 100755 --- a/docker-update +++ b/docker-update @@ -35,6 +35,7 @@ done for f in $*; do name=${f%.yaml} file=${name}.yaml + name=${f##*/} echo "upgrading ${name}" IFS=" "