Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Fixes #9 fixed static plugin issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh committed Jul 26, 2019
1 parent ff96b05 commit 6ca93fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/dotcms/ROOT/srv/80-install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ if [[ -d /plugins/static ]]; then
mv /srv/plugins/common.xml /tmp/plugins-common.xml
mv /srv/plugins/plugins.xml /tmp/plugins-plugins.xml
cp -a /plugins/static/* /srv/plugins/
mv /tmp/plugins-common.xml /srv/plugins/common.xml
mv /tmp/plugins-plugins.xml /srv/plugins/plugins.xml
cp /tmp/plugins-common.xml /srv/plugins/common.xml
cp /tmp/plugins-plugins.xml /srv/plugins/plugins.xml

cd /srv && ./bin/deploy-plugins.sh || exit 1
fi

0 comments on commit 6ca93fc

Please sign in to comment.