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

Update test.sh

parent 87a8e893
No related branches found
No related tags found
1 merge request!7Beta
Pipeline #2669 passed
......@@ -26,4 +26,12 @@ echo "Optionale Tests:"
echo "Backup Job in cron found?"
cat /etc/cron.d/backup
ls -lanR /papermc/plugins/dynmap/web/standalone
if [ -d "/papermc/plugins/dynmap/web/standanlone" ]
then
echo "Dynmap exists: Test_Passed"
echo "Check permissions manually:"
ls -lanR /papermc/plugins/dynmap/web/standalone
else
echo "Backup: Test_Failed"
echo "Dynmap nicht vorhanden"
fi
\ No newline at end of file
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