Skip to content

Commit

Permalink
exit 0 instead of return if libwallet is found
Browse files Browse the repository at this point in the history
otherwise the script isn't terminated properly
  • Loading branch information
cryptochangements34 committed Jun 12, 2019
1 parent 3d34232 commit baf4e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_libwallet_api.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi

if [ "$BUILD_LIBWALLET" != true ]; then
# exit this script
return
exit 0
fi

echo "GUI_MONERO_VERSION=\"$VERSIONTAG\"" > $MONERO_DIR/version.sh
Expand Down

0 comments on commit baf4e0b

Please sign in to comment.