Bläddra i källkod

gnusocial plugin directory name

Bob Mottram 8 år sedan
förälder
incheckning
2803095b7d
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3
    3
      src/freedombone-app-gnusocial

+ 3
- 3
src/freedombone-app-gnusocial Visa fil

841
 
841
 
842
     cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins
842
     cd /var/www/$MICROBLOG_DOMAIN_NAME/htdocs/local/plugins
843
     function_check git_clone
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
         echo $'Unable to clone microblog NSFW plugin'
846
         echo $'Unable to clone microblog NSFW plugin'
847
         exit 36738
847
         exit 36738
848
     fi
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
     git stash
851
     git stash
852
     git checkout master
852
     git checkout master
853
     git branch -D $GNUSOCIAL_NSFW_COMMIT
853
     git branch -D $GNUSOCIAL_NSFW_COMMIT