We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae6583 commit 71b67faCopy full SHA for 71b67fa
func/domain.sh
@@ -927,14 +927,14 @@ is_base_domain_owner(){
927
test=$(is_domain_new "" $basedomain)
928
if [ $? -ne 0 ]; then
929
echo "Error: $basedomain belongs to a different user";
930
- exit 1;
+ exit 4;
931
fi
932
933
else
934
test=$(is_domain_new "" $basedomain);
935
936
937
938
939
940
0 commit comments