Skip to content

Commit

Permalink
Merge pull request #22 from dmitrynikolaev/staging
Browse files Browse the repository at this point in the history
Make deploy.sh copy pluginDefaults
  • Loading branch information
1000TurquoisePogs authored Mar 28, 2019
2 parents 162d148 + 0fcf3ae commit dddad46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ cp -vr ../zlux-app-server/config/zlux.keystore.key ../zlux-app-server/deploy/ins
cp -vr ../zlux-app-server/config/zlux.keystore.cer ../zlux-app-server/deploy/instance/ZLUX/serverConfig
cp -vr ../zlux-app-server/config/apiml-localca.cer ../zlux-app-server/deploy/instance/ZLUX/serverConfig

cp -vr ../zlux-app-server/pluginDefaults/* ../zlux-app-server/deploy/instance/ZLUX/pluginStorage

mkdir -p ../zlux-app-server/deploy/instance/ZLUX/pluginStorage/org.zowe.terminal.tn3270
mkdir -p ../zlux-app-server/deploy/instance/ZLUX/pluginStorage/org.zowe.terminal.tn3270/sessions
cp -v ../tn3270-ng2/_defaultTN3270.json ../zlux-app-server/deploy/instance/ZLUX/pluginStorage/org.zowe.terminal.tn3270/sessions/_defaultTN3270.json
Expand Down

0 comments on commit dddad46

Please sign in to comment.