Commit b7931983 authored by nanahira's avatar nanahira

remove exit on plugin install fail

parent 6683f298
...@@ -5,7 +5,6 @@ pluginInstallCode=$? ...@@ -5,7 +5,6 @@ pluginInstallCode=$?
if [ "$pluginInstallCode" != 0 ]; then if [ "$pluginInstallCode" != 0 ]; then
echo "Plugin install failed: exit $pluginInstallCode" echo "Plugin install failed: exit $pluginInstallCode"
exit "$pluginInstallCode"
fi fi
"$@" "$@"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment