standardize: read user input with [key] instead of <key>, [long input] instead of <INPUT>; echo path with [[path]]
This commit is contained in:
@@ -3,7 +3,7 @@ if [ "$1" ]
|
||||
then
|
||||
DOCKERUSER=$1
|
||||
else
|
||||
echo "Enter the <user name> or <leave blank> for default to '`whoami`'"
|
||||
echo "Enter the [user name] or [leave blank] for default to '`whoami`'"
|
||||
read -p ">>> " DOCKERUSER
|
||||
if [ ! "$DOCKERUSER" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user