mirror of
https://github.com/tjboldt/Apple2-IO-RPi.git
synced 2024-12-22 17:30:02 +00:00
Fix bogus error when setting lowercase
This commit is contained in:
parent
1b184a9b5a
commit
88fef5db11
@ -50,6 +50,8 @@ func ExecCommand() {
|
|||||||
}
|
}
|
||||||
if linuxCommand == "A2LOWER" {
|
if linuxCommand == "A2LOWER" {
|
||||||
forceLowercase = true
|
forceLowercase = true
|
||||||
|
a2io.WriteString("All commands will be converted to lowercase\r")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
if linuxCommand == "a2wifi" {
|
if linuxCommand == "a2wifi" {
|
||||||
a2io.WriteString("\r" +
|
a2io.WriteString("\r" +
|
||||||
|
Loading…
Reference in New Issue
Block a user