Skip to content

Commit

Permalink
Better explain what is unset
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Oct 9, 2024
1 parent 08e832f commit 9cf4cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ install_bins() {
echo "BASEX_admin_pw=\"$BASEX_admin_pw\"" > "$BUILD_DIR/.heroku/basex/data/credentials"
echo "CYPRESS_BASEX_admin_pw=\"$BASEX_admin_pw\"" >> "$BUILD_DIR/.heroku/basex/data/credentials"
echo "BaseX admin password is \"$BASEX_admin_pw\""
echo "Unsetting \"$BASEX_JVM\" while building"
echo "Unsetting \$BASEX_JVM=\"$BASEX_JVM\" while building"
unset BASEX_JVM
bash "$BUILD_DIR/.heroku/basex/bin/basexserver" -c "PASSWORD $BASEX_admin_pw" >/dev/null 2>&1 &
sleep 0.2
Expand Down

0 comments on commit 9cf4cbb

Please sign in to comment.