Hubzilla themes path

This commit is contained in:
Bob Mottram 2016-03-05 09:47:54 +00:00
parent fb381a5d40
commit 1a4e89e5c1
1 changed files with 2 additions and 3 deletions

View File

@ -9333,8 +9333,7 @@ function install_hubzilla {
cd $HUBZILLA_PATH/redmatrix-themes1 cd $HUBZILLA_PATH/redmatrix-themes1
git stash git stash
git pull git pull
cd $HUBZILLA_PATH/addon cp -r $HUBZILLA_PATH/redmatrix-themes1/* $HUBZILLA_PATH/view/theme/
cp -r $HUBZILLA_PATH/redmatrix-themes1/* view/theme/
chown -R www-data:www-data $HUBZILLA_PATH chown -R www-data:www-data $HUBZILLA_PATH
fi fi
@ -9380,7 +9379,7 @@ function install_hubzilla {
# some extra themes # some extra themes
git_clone $HUBZILLA_THEMES_REPO $HUBZILLA_PATH/redmatrix-themes1 git_clone $HUBZILLA_THEMES_REPO $HUBZILLA_PATH/redmatrix-themes1
cp -r $HUBZILLA_PATH/redmatrix-themes1/* view/theme/ cp -r $HUBZILLA_PATH/redmatrix-themes1/* $HUBZILLA_PATH/view/theme/
chown -R www-data:www-data $HUBZILLA_PATH chown -R www-data:www-data $HUBZILLA_PATH
fi fi