Browse Source

Hubzilla themes path

Bob Mottram 9 years ago
parent
commit
1a4e89e5c1
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      src/freedombone

+ 2
- 3
src/freedombone View File

9333
         cd $HUBZILLA_PATH/redmatrix-themes1
9333
         cd $HUBZILLA_PATH/redmatrix-themes1
9334
         git stash
9334
         git stash
9335
         git pull
9335
         git pull
9336
-        cd $HUBZILLA_PATH/addon
9337
-        cp -r $HUBZILLA_PATH/redmatrix-themes1/* view/theme/
9336
+        cp -r $HUBZILLA_PATH/redmatrix-themes1/* $HUBZILLA_PATH/view/theme/
9338
         chown -R www-data:www-data $HUBZILLA_PATH
9337
         chown -R www-data:www-data $HUBZILLA_PATH
9339
     fi
9338
     fi
9340
 
9339
 
9380
 
9379
 
9381
         # some extra themes
9380
         # some extra themes
9382
         git_clone $HUBZILLA_THEMES_REPO $HUBZILLA_PATH/redmatrix-themes1
9381
         git_clone $HUBZILLA_THEMES_REPO $HUBZILLA_PATH/redmatrix-themes1
9383
-        cp -r $HUBZILLA_PATH/redmatrix-themes1/* view/theme/
9382
+        cp -r $HUBZILLA_PATH/redmatrix-themes1/* $HUBZILLA_PATH/view/theme/
9384
 
9383
 
9385
         chown -R www-data:www-data $HUBZILLA_PATH
9384
         chown -R www-data:www-data $HUBZILLA_PATH
9386
     fi
9385
     fi