パスワードが見えないように修正

This commit is contained in:
suti7yk5032 2024-05-13 18:49:13 +09:00
parent 553d8c5b1e
commit 8fd11f5d6c
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ loadkeys jp106
printf "Please enter your username\n" printf "Please enter your username\n"
read -r home_username read -r home_username
printf "Please enter your password\n" printf "Please enter your password\n"
read -r home_password read -sr home_password
printf "Please enter Hostname\n" printf "Please enter Hostname\n"
read -r hostname1 read -r hostname1

View file

@ -4,7 +4,7 @@ loadkeys jp106
printf "Please enter your username\n" printf "Please enter your username\n"
read -r home_username read -r home_username
printf "Please enter your password\n" printf "Please enter your password\n"
read -r home_password read -sr home_password
printf "Please enter Hostname\n" printf "Please enter Hostname\n"
read -r hostname1 read -r hostname1

View file

@ -4,7 +4,7 @@ loadkeys jp106
printf "Please enter your username\n" printf "Please enter your username\n"
read -r home_username read -r home_username
printf "Please enter your password\n" printf "Please enter your password\n"
read -r home_password read -sr home_password
printf "Please enter Hostname\n" printf "Please enter Hostname\n"
read -r hostname1 read -r hostname1