Correct install dir
authorJohn Dulaney <jdulaney@fedoraproject.org>
Tue, 15 Dec 2015 22:54:19 +0000 (17:54 -0500)
committerJohn Dulaney <jdulaney@fedoraproject.org>
Tue, 15 Dec 2015 22:54:19 +0000 (17:54 -0500)
Signed-off-by: John Dulaney <jdulaney@fedoraproject.org>
scripts/GNUSOCIAL/10_download_gnusocial.sh

index d173de6bcee3879163a6265704addc1d214d2763..48a7bc73e57495be0591519c48584448804c3f24 100644 (file)
@@ -10,7 +10,8 @@ if ! $ROOTCMD test -e /home/gnusocial/.ssh/id_rsa; then
 fi
 
 if ! $ROOTCMD echo | cd /home/gnusocial/ 
+    mkdir /var/www/statusnet/
     git clone https://git.gnu.io/gnu/gnu-social.git /home/gnusocial/gnu-social; then
     rm -rf /home/gnusocial/gnu-social/.git
-    mv /home/gnusocial/gnu-social/* /var/www/html
+    mv /home/gnusocial/gnu-social/* /var/www/statusnet/
 fi