diff --git a/src/freedombone b/src/freedombone index bb383b20..06a8b7d4 100755 --- a/src/freedombone +++ b/src/freedombone @@ -9333,8 +9333,7 @@ function install_hubzilla { cd $HUBZILLA_PATH/redmatrix-themes1 git stash git pull - cd $HUBZILLA_PATH/addon - 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 fi @@ -9380,7 +9379,7 @@ function install_hubzilla { # some extra themes 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 fi