From c664d19323ff183655f8fd47dd52c2cadaf762e9 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sun, 7 May 2017 21:38:06 +0100 Subject: [PATCH] armadillo owner string --- src/freedombone-utils-gnusocialtools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/freedombone-utils-gnusocialtools b/src/freedombone-utils-gnusocialtools index 394d02a4d..a72558fe0 100755 --- a/src/freedombone-utils-gnusocialtools +++ b/src/freedombone-utils-gnusocialtools @@ -306,8 +306,8 @@ function install_armadillo_front_end { else sed -i "s|\"server\".*|\"server\": \"http://${armadillo_domain}\",|g" armadillo/config.json fi - owner='<a href=\"'"https://${armadillo_domain}/$MY_USERNAME"'\">@'"$MY_USERNAME@${armadillo_domain}"'</a>' - sed -i "s|\"owner\".*|\"$owner\",|g" armadillo/config.json + owner='<a href=\\"'"https://${armadillo_domain}/$MY_USERNAME"'\\">@'"$MY_USERNAME@${armadillo_domain}"'</a>' + sed -i "s|\"owner\".*|\"owner\": \"$owner\",|g" armadillo/config.json cp -r $INSTALL_DIR/armadillo/armadillo /var/www/${armadillo_domain}/htdocs/ cp $INSTALL_DIR/armadillo/armadillo.html /var/www/${armadillo_domain}/htdocs/index.html cp $INSTALL_DIR/armadillo/dash.html /var/www/${armadillo_domain}/htdocs/dash.html -- GitLab