From cc35674a4f09abe309cf94fb62ad052f58b2326d Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 11 Dec 2019 15:15:13 +0000 Subject: [PATCH] Add noask argument to install playsms --- .install/4-install_playsms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/4-install_playsms.sh b/.install/4-install_playsms.sh index c3f17e6..d010369 100755 --- a/.install/4-install_playsms.sh +++ b/.install/4-install_playsms.sh @@ -8,7 +8,7 @@ unset err pwdDB=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 42 | head -n 1) args=$@ -[[ $args =~ noask ]] && noask=o +[[ $args =~ noask ]] && noask=o && askSSL=o [[ ! $PSMS_DOMAIN ]] && echo -e "${c_yellow}Choisissez un nom de domain pour playsms: $c_" && read PSMS_DOMAIN