Skip to content

Commit

Permalink
Merge pull request #475 from selfhosters/fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Feb 27, 2024
2 parents 7bfc6ae + 5b87af4 commit 71daebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions templates/planka.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<WebUI>http://[IP]:[PORT:1337]</WebUI>
<PostArgs>bash -c
"for i in `seq 1 30`; do
./start.sh &&
s=$$? && break || s=$$?;
./start.sh &amp;&amp;
s=$$? &amp;&amp; break || s=$$?;
echo \"Tried $$i times. Waiting 5 seconds...\";
sleep 5;
done; (exit $$s)"</PostArgs>
Expand Down
6 changes: 3 additions & 3 deletions templates/siteinspector.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<Support>https://github.com/siteinspector/siteinspector/issues</Support>
<Project>https://github.com/siteinspector/siteinspector</Project>
<WebUI>http://[IP]:[PORT:808]</WebUI>
<Requires>Postgres &#xD;
Redis &#xD;
<Requires>Postgres &amp;#xD;
Redis &amp;#xD;
</Requires>
<PostParams>bash -c "rake db:migrate && foreman start"</PostParams>
<PostParams>bash -c "rake db:migrate &amp;&amp; foreman start"</PostParams>
<TemplateURL>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/siteinspector.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/siteinspector.png</Icon>
<Overview>A tool for catching spelling errors, grammatical errors, broken links, and other errors on websites.</Overview>
Expand Down

0 comments on commit 71daebc

Please sign in to comment.