From 21dcba242b53bc73d8b4c20f0ed8c2614be9dc61 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 7 Apr 2020 00:32:39 +0200 Subject: [PATCH] test --- main.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.sh b/main.sh index d735fc6..b0ce11c 100755 --- a/main.sh +++ b/main.sh @@ -31,9 +31,11 @@ if test -n "$directory"; then cd "$directory" fi +echo "options before: $options" if test -n "$options"; then options="$(echo "$options" | tr '\n' ' ' | xargs)" fi +echo "options after: $options" if test -n "$inventory"; then echo "==> Setting inventory"