diff options
| author | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:54:22 +0200 |
|---|---|---|
| committer | admin (pb) <default@mx.buetow.org> | 2018-06-17 13:54:22 +0200 |
| commit | 51dee1cf6968b487ee1a122ecc87343daade2918 (patch) | |
| tree | 9be61f099709b6ee198e51b4938758df709ee432 /default | |
| parent | fe97bed3e2475152bc1375bf5678c3501bb8456c (diff) | |
change path to fortune
Diffstat (limited to 'default')
| -rw-r--r-- | default/templates/html5.xml | 2 | ||||
| -rw-r--r-- | default/templates/xhtml.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/default/templates/html5.xml b/default/templates/html5.xml index 9538bce..a1ee756 100644 --- a/default/templates/html5.xml +++ b/default/templates/html5.xml @@ -14,7 +14,7 @@ <body> <div class="header"> <type class="bold">A fortune quote: </type> - <type class="italic">$$!/usr/games/fortune -s$$</type> + <type class="italic">$$!/usr/bin/fortune -s$$</type> </div> <div class="main"> <navigation/> diff --git a/default/templates/xhtml.xml b/default/templates/xhtml.xml index ab36ea8..17daa98 100644 --- a/default/templates/xhtml.xml +++ b/default/templates/xhtml.xml @@ -16,7 +16,7 @@ <body> <div class="header"> <type class="bold">A fortune quote: </type> - <type class="italic">$$!/usr/games/fortune -s$$</type> + <type class="italic">$$!/usr/bin/fortune -s$$</type> </div> <div class="main"> <navigation/> |
