Skip to content

Commit 54c0b65

Browse files
author
br
authored
Fix /etc/issue
backslashes are escaped in `/etc/issue`. There are backslashes in the ascii art logo, which should not be escaped. I have doubled them all.
1 parent 34afb5b commit 54c0b65

File tree

1 file changed

+3
-3
lines changed
  • stage4/00-wifi-connect/files

1 file changed

+3
-3
lines changed

stage4/00-wifi-connect/files/issue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
HOOBS - Homebridge Out Of The Box - \n (\r)
22

33
_ _ ____ ____ ____ _____
4-
| | | |/ __ \ / __ \| _ \ / ____|
4+
| | | |/ __ \\ / __ \\| _ \\ / ____|
55
| |__| | | | | | | | |_) | (___
6-
| __ | | | | | | | _ < \___ \
6+
| __ | | | | | | | _ < \\___ \\
77
| | | | |__| | |__| | |_) |____) |
8-
|_| |_|\____/ \____/|____/|_____/
8+
|_| |_|\\____/ \\____/|____/|_____/
99

1010

1111
**** Need To Setup WiFi? ****

0 commit comments

Comments
 (0)