diff --git a/src/freedombone-utils-gnusocialtools b/src/freedombone-utils-gnusocialtools
index 8cdfdf81de22b966b3555cdf3e15338c67509ce0..394d02a4d4fd1096ebeb366f46d19f85a1972563 100755
--- a/src/freedombone-utils-gnusocialtools
+++ b/src/freedombone-utils-gnusocialtools
@@ -849,6 +849,9 @@ function gnusocial_use_armadillo {
         sed -i "s|// addPlugin('Qvitter')|addPlugin('Qvitter')|g" /var/www/$domain_name/htdocs/config.php
     fi
 
+    if [ -f $INSTALL_DIR/armadillo/armadillo/config.json ]; then
+        rm $INSTALL_DIR/armadillo/armadillo/config.json
+    fi
     cp -r $INSTALL_DIR/armadillo/armadillo/* /var/www/${domain_name}/htdocs/armadillo
     cp $INSTALL_DIR/armadillo/armadillo.html /var/www/${domain_name}/htdocs/index.html
     cp $INSTALL_DIR/armadillo/dash.html /var/www/${domain_name}/htdocs/dash.html