From 94c2932ac89e61ed228deab0a179a3e88363a4d8 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 23 Feb 2019 08:39:35 +0100 Subject: [PATCH] make_mirror.sh: execute test script with xtrace --- make_mirror.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_mirror.sh b/make_mirror.sh index 132bfdb..3270b65 100755 --- a/make_mirror.sh +++ b/make_mirror.sh @@ -288,7 +288,7 @@ systemctl restart mini-httpd mkdir -p cover_db mount -o loop,umask=000 cover_db.img cover_db fi - sh ./test.sh + sh -x ./test.sh ret=$? if [ -e cover_db.img ]; then df -h cover_db