Skip to content

Commit

Permalink
modified: bin/container/domainctl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Egg committed Nov 5, 2024
1 parent 54c684d commit 88223ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/container/domainctl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,16 @@ add_domain(){
if [ "${CK_RESULT}" != '' ]; then
echo "# It appears the domain already exist! Check the ${LS_HTTPD_CONF} if you believe this is a mistake!"
exit 1
fi
fi
add_ls_domain
elif [ "${LSV}" = 'openlitespeed' ]; then
check_duplicate "member.*${DOMAIN}" ${OLS_HTTPD_CONF}
if [ "${CK_RESULT}" != '' ]; then
echo "# It appears the domain already exist! Check the ${OLS_HTTPD_CONF} if you believe this is a mistake!"
exit 1
fi
fi
add_ls_domain
add_ols_domain
fi
add_ols_domain
fi
}

del_ls_domain(){
Expand Down

0 comments on commit 88223ae

Please sign in to comment.