diff --git a/test.sh b/test.sh
index c2ea6929c370f9832d70c0c9411af001642366b1..1e8d6f7ffe2710555e9cbd2c57a9d7fafe3d8bae 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:"