diff options
Diffstat (limited to 'contrib')
| -rwxr-xr-x | contrib/deck.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/deck.sh b/contrib/deck.sh index ea27e310..5866795c 100755 --- a/contrib/deck.sh +++ b/contrib/deck.sh @@ -96,7 +96,7 @@ checksshkey() { checkpassword() { ### check to make sure a password for 'deck' was specified - if [[ "$1" == "" ]] || ! [[ "$1" =~ ^[[:alnum:]]+$ ]]; then + if [[ "$1" == "" ]]; then printf "Remote deck user password was not provided, exiting.\n" exit 1 fi |
