Hubzilla themes path
This commit is contained in:
parent
fb381a5d40
commit
1a4e89e5c1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue