From 1b8fcba37e7e3444ce67f1b079388818052c7436 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 3 Feb 2016 18:50:57 +0000 Subject: [PATCH] Add theme commit to the completion file --- src/freedombone | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/freedombone b/src/freedombone index 0be175ab..5842e9ab 100755 --- a/src/freedombone +++ b/src/freedombone @@ -8614,6 +8614,10 @@ function install_gnu_social_theme { echo "addPlugin('Qvitter');" >> /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/config.php fi + if ! grep -q "GNU Social theme commit" $COMPLETION_FILE; then + echo "GNU Social theme commit:$GNUSOCIAL_THEME_COMMIT" >> $COMPLETION_FILE + fi + chown -R www-data:www-data /var/www/$MICROBLOG_DOMAIN_NAME/htdocs echo 'install_gnu_social_theme' >> $COMPLETION_FILE