diff --git a/test.sh b/test.sh index 5c34f941d2e01c9a7f6969d3c819d04adede1471..eff897a28908ad1f2b08c4b2e49e4acebd9a4c3d 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"