From 87a8e8935657e1390309221436c9ba3c6965e0d0 Mon Sep 17 00:00:00 2001 From: TheBroTMv2 <tobias-mueller@outlook.de> Date: Wed, 3 Mar 2021 00:29:00 +0100 Subject: [PATCH] Update test.sh --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index c2ea692..1e8d6f7 100644 --- a/test.sh +++ b/test.sh @@ -10,8 +10,7 @@ if [ $? = 1 ] fi bash /backup.sh -echo "Give it some time to start the backup process..." -sleep 10 + LEER="true" && ls /backup/* 2> /dev/null > /dev/null && LEER="false" if [ $LEER = "true" ] then @@ -20,6 +19,7 @@ if [ $LEER = "true" ] echo "Backup: Test_Passed" fi +echo "Log for additional uncatched Problems" tail /papermc/logs/latest.log echo "Optionale Tests:" -- GitLab