Bugfix on reading domain
This commit is contained in:
parent
27ba3ebafb
commit
eb97e5de92
@ -115,7 +115,6 @@ if [ "$1" == '' ]
|
|||||||
then
|
then
|
||||||
echo -en "Domain: "
|
echo -en "Domain: "
|
||||||
read DOMAIN
|
read DOMAIN
|
||||||
exit
|
|
||||||
else
|
else
|
||||||
DOMAIN=$1
|
DOMAIN=$1
|
||||||
CONFIG_FILE=$2
|
CONFIG_FILE=$2
|
||||||
|
Loading…
Reference in New Issue
Block a user