Browse Source

gnusocial plugin directory name

Bob Mottram 8 years ago
parent
commit
2803095b7d
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/freedombone-app-gnusocial

+ 3
- 3
src/freedombone-app-gnusocial View File

@@ -841,13 +841,13 @@ function install_gnusocial_plugin_nsfw {
841 841
 
842 842
     cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins
843 843
     function_check git_clone
844
-    git_clone $GNUSOCIAL_NSFW_REPO NSFW
845
-    if [ ! -d /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/NSFW ]; then
844
+    git_clone $GNUSOCIAL_NSFW_REPO SensitiveContent
845
+    if [ ! -d /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/SensitiveContent ]; then
846 846
         echo $'Unable to clone microblog NSFW plugin'
847 847
         exit 36738
848 848
     fi
849 849
 
850
-    cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/NSFW
850
+    cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins/SensitiveContent
851 851
     git stash
852 852
     git checkout master
853 853
     git branch -D $GNUSOCIAL_NSFW_COMMIT