diff options
-rw-r--r-- | hyperfi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1726,7 +1726,7 @@ hyperdiinstallchroot(){ # -------------------------------------------------------- pressanykey(){ - read -n1 -p "${txtpressanykey}" + read -r -n1 -p "${txtpressanykey}" } loadstrings(){ |