|
@@ -9333,8 +9333,7 @@ function install_hubzilla {
|
9333
|
9333
|
cd $HUBZILLA_PATH/redmatrix-themes1
|
9334
|
9334
|
git stash
|
9335
|
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
|
9337
|
chown -R www-data:www-data $HUBZILLA_PATH
|
9339
|
9338
|
fi
|
9340
|
9339
|
|
|
@@ -9380,7 +9379,7 @@ function install_hubzilla {
|
9380
|
9379
|
|
9381
|
9380
|
# some extra themes
|
9382
|
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
|
9384
|
chown -R www-data:www-data $HUBZILLA_PATH
|
9386
|
9385
|
fi
|