This commit is contained in:
luk.lu
2022-12-26 18:02:25 +08:00
parent 45edb0c583
commit c249423236
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ if [ $1 ]
then
NewHostname=$1
else
echo "=== Set <<hostname>> or leave blank for no change"
echo "=== Set <hostname> or <leave blank> for no change"
read -p ">>> " NewHostname
fi