Update readme.md
parent
579d7b885f
commit
be1683294f
|
@ -18,7 +18,4 @@ Types messages asking for a cookie. until the user type cookie
|
||||||
start_monster
|
start_monster
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
The line:
|
The line: `if tail -c 6 "$crocKeys" | grep -q cookie; then` may need changing in the file is unicode to: `if tail -c 12 "$crocKeys" | grep -q cookie; then`
|
||||||
if tail -c 6 "$crocKeys" | grep -q cookie; then
|
|
||||||
may need changing inthe file is unicode to:
|
|
||||||
if tail -c 12 "$crocKeys" | grep -q cookie; then
|
|
||||||
|
|
Loading…
Reference in New Issue