Bugfix on reading domain

This commit is contained in:
Frank Bischof 2023-01-12 13:09:46 +01:00
parent 27ba3ebafb
commit eb97e5de92
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ if [ "$1" == '' ]
then
echo -en "Domain: "
read DOMAIN
exit
else
DOMAIN=$1
CONFIG_FILE=$2