Skip to content
Snippets Groups Projects
Commit 71d84d81 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update test.sh

parent 436dc232
No related branches found
No related tags found
No related merge requests found
Pipeline #2673 passed
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment