From 71d84d812d08b00d2eeab376928812408b34a450 Mon Sep 17 00:00:00 2001 From: TheBroTMv2 <tobias-mueller@outlook.de> Date: Wed, 3 Mar 2021 21:02:03 +0100 Subject: [PATCH] Update test.sh --- test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test.sh b/test.sh index 5c34f94..eff897a 100644 --- a/test.sh +++ b/test.sh @@ -26,11 +26,11 @@ echo "Optionale Tests:" echo "Backup Job in cron found?" cat /etc/cron.d/backup -if [ -d "/papermc/plugins/dynmap/web/standanlone" ] - then +if [ -d "/web" ] + then echo "Dynmap exists: Test_Passed" echo "Check permissions manually:" - ls -lanR /papermc/plugins/dynmap/web/standalone + ls -lanR /web else echo "Backup: Test_Failed" echo "Dynmap nicht vorhanden" -- GitLab