Skip to content

Commit

Permalink
Remove set -e test
Browse files Browse the repository at this point in the history
  • Loading branch information
asteriscos committed Nov 27, 2024
1 parent a77cf5c commit c665466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-packages/install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -e
plugins=$(ls /tmp)
for plugin in $plugins; do
echo $plugin
/usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin install file:///tmpf/$plugin/$(ls /tmp/$plugin)
/usr/share/opensearch-dashboards/bin/opensearch-dashboards-plugin install file:///tmp/$plugin/$(ls /tmp/$plugin)
done
echo "All plugins installed successfully"

0 comments on commit c665466

Please sign in to comment.