From 0965e522a8bb7136baddfd1d2dcddab664f58fde Mon Sep 17 00:00:00 2001 From: Bruck Wubete Date: Fri, 15 Jun 2018 14:10:32 -0400 Subject: [PATCH] fix secret argument option key --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index e0701ef..4e7b924 100755 --- a/setup.sh +++ b/setup.sh @@ -18,7 +18,7 @@ while getopts "eh:" opt; do h) HOST=$OPTARG ;; - e) + s) SECRET=$OPTARG ;; :)