Skip to content

Commit

Permalink
missing redirection of stderr to /dev/null on stty command
Browse files Browse the repository at this point in the history
  • Loading branch information
phyver committed Jun 7, 2021
1 parent e00e074 commit 3884765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Expand Up @@ -165,7 +165,7 @@ init_gsh() {
tput civis 2>/dev/null
trap "tput cnorm 2>/dev/null; stty echo 2>/dev/null; echo; exit 1" INT TERM QUIT

stty -echo
stty -echo 2>/dev/null

ADMIN_HASH='b88968dc60b003b9c188cc503a457101b4087109' # default for 'gsh'

Expand Down

0 comments on commit 3884765

Please sign in to comment.