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