summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c161fa0..f1dc949 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Comando ^1 ^touch "$HOME/.automatisiere-lieblingstexte.pause.switch" && while
```
#!/bin/dash
-mytext='$HOME/automatisiere-lieblingstexte-der-texte.txt'
+mytext='/tmp/automatisiere-lieblingstexte-der-texte.txt'
if [ ! -f $mytext ]; then
exit 0
fi