standardize: read user input with [key] instead of <key>, [long input] instead of <INPUT>; echo path with [[path]]
This commit is contained in:
@@ -2,7 +2,7 @@ if [ $1 ]
|
||||
then
|
||||
NewHostname=$1
|
||||
else
|
||||
echo "=== Set <hostname> or <leave blank> for no change"
|
||||
echo "=== Set [new hostname] or [leave blank] for no change"
|
||||
read -p ">>> " NewHostname
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user