diff --git a/src/freedombone-app-matrix b/src/freedombone-app-matrix
index bf3f448fc428bc8ab1c1964a938201654ea50e19..42500c55bdf6264823736e008ad4230f1f82c508 100755
--- a/src/freedombone-app-matrix
+++ b/src/freedombone-app-matrix
@@ -252,12 +252,8 @@ function add_user_matrix {
     if [ -f /var/lib/matrix/.synapse/bin/activate ]; then
         source /var/lib/matrix/.synapse/bin/activate
     fi
-    register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml https://${DEFAULT_DOMAIN_NAME}/matrix -u "${new_username}" -p "${new_user_password}" -a
-    if [ ! "$?" = "0" ]; then
-        echo '1'
-    else
-        echo "0"
-    fi
+    register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml -u "${new_username}" -p "${new_user_password}" -a
+    echo "0"
 }
 
 function install_interactive_matrix {