Skip to content

Commit

Permalink
install plugin into /usr/src/matomo/plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Nov 19, 2020
1 parent 2d0b130 commit 216425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/install_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ echo -e "Extract all packages in the /usr/src/ directory..."

for PLUGIN_NAME in $PLUGINS_TO_DOWNLOAD
do
unzip -q -o plugins-$PLUGIN_NAME -d /usr/src/plugins/
unzip -q -o plugins-$PLUGIN_NAME -d /usr/src/matomo/plugins/
done;

0 comments on commit 216425c

Please sign in to comment.