From 8508b9359cc452fa8378b0124ebeb9c4d4e19344 Mon Sep 17 00:00:00 2001 From: erxspin Date: Fri, 3 Mar 2017 14:53:24 +0600 Subject: [PATCH] small typo again --- debian/resources/finish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/finish.sh b/debian/resources/finish.sh index 232d5d8..c81e778 100755 --- a/debian/resources/finish.sh +++ b/debian/resources/finish.sh @@ -55,7 +55,7 @@ else domain_uuid=$(echo $domain_uuid | sed 's/^[[:blank:]]*//;s/[[:blank:]]*$//') #there can be only one #only one uuid with this name enabled of course - if [ $$domain_uuid_count -ge 2 ]; then + if [ $domain_uuid_count -ge 2 ]; then error "Duplicate enabled domains with name '$domain_name' are detected" warning "We won't do such modification by default, please check and fix fusionpbx db by yourself" verbose "Example command to leave only one row enabled with domain_uuid = ['$domain_uuid'] and domain_name = ['$domain_name']"