summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/deck.sh2
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