From 8fd11f5d6c8ac20232185be07ffb7760bba0a97c Mon Sep 17 00:00:00 2001 From: suti7yk5032 Date: Mon, 13 May 2024 18:49:13 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=82=B9=E3=83=AF=E3=83=BC=E3=83=89?= =?UTF-8?q?=E3=81=8C=E8=A6=8B=E3=81=88=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/linux/linux_btrfs.sh | 2 +- install/linux/linux_btrfs_server.sh | 2 +- install/linux/linux_minimal.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/linux/linux_btrfs.sh b/install/linux/linux_btrfs.sh index ba50924..201a8d7 100644 --- a/install/linux/linux_btrfs.sh +++ b/install/linux/linux_btrfs.sh @@ -4,7 +4,7 @@ loadkeys jp106 printf "Please enter your username\n" read -r home_username printf "Please enter your password\n" -read -r home_password +read -sr home_password printf "Please enter Hostname\n" read -r hostname1 diff --git a/install/linux/linux_btrfs_server.sh b/install/linux/linux_btrfs_server.sh index ba50924..201a8d7 100644 --- a/install/linux/linux_btrfs_server.sh +++ b/install/linux/linux_btrfs_server.sh @@ -4,7 +4,7 @@ loadkeys jp106 printf "Please enter your username\n" read -r home_username printf "Please enter your password\n" -read -r home_password +read -sr home_password printf "Please enter Hostname\n" read -r hostname1 diff --git a/install/linux/linux_minimal.sh b/install/linux/linux_minimal.sh index 9f506ad..5b87b67 100644 --- a/install/linux/linux_minimal.sh +++ b/install/linux/linux_minimal.sh @@ -4,7 +4,7 @@ loadkeys jp106 printf "Please enter your username\n" read -r home_username printf "Please enter your password\n" -read -r home_password +read -sr home_password printf "Please enter Hostname\n" read -r hostname1