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 32fd4ca commit 3c691f4Copy full SHA for 3c691f4
func/domain.sh
@@ -990,14 +990,14 @@ is_base_domain_owner(){
990
# Don't care if $basedomain all ready exists only if the owner is of the base domain is the current user
991
check=$(is_domain_new "" $basedomain)
992
if [ $? -ne 0 ]; then
993
- echo "Error: $basedomain belongs to a different user";
+ echo "Error: Unable to add $object. $basedomain belongs to a different user";
994
exit 4;
995
fi
996
997
else
998
check=$(is_domain_new "" "$basedomain")
999
1000
1001
1002
1003
0 commit comments