From 5b87af492c976bb72afc971baae448eec967de1b Mon Sep 17 00:00:00 2001 From: Roxedus Date: Mon, 26 Feb 2024 20:06:11 +0100 Subject: [PATCH] XML-isms --- templates/planka.xml | 4 ++-- templates/siteinspector.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/planka.xml b/templates/planka.xml index a90508ce..e48483ac 100644 --- a/templates/planka.xml +++ b/templates/planka.xml @@ -13,8 +13,8 @@ http://[IP]:[PORT:1337] bash -c "for i in `seq 1 30`; do - ./start.sh && - s=$$? && break || s=$$?; + ./start.sh && + s=$$? && break || s=$$?; echo \"Tried $$i times. Waiting 5 seconds...\"; sleep 5; done; (exit $$s)" diff --git a/templates/siteinspector.xml b/templates/siteinspector.xml index d7d2b255..baa54a2c 100644 --- a/templates/siteinspector.xml +++ b/templates/siteinspector.xml @@ -9,10 +9,10 @@ https://github.com/siteinspector/siteinspector/issues https://github.com/siteinspector/siteinspector http://[IP]:[PORT:808] - Postgres - Redis + Postgres 
 + Redis 
 - bash -c "rake db:migrate && foreman start" + bash -c "rake db:migrate && foreman start" https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/siteinspector.xml https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/siteinspector.png A tool for catching spelling errors, grammatical errors, broken links, and other errors on websites.