Skip to content

Commit

Permalink
Added export statements for LC_CTYPE and LC_ALL in airgapped script t…
Browse files Browse the repository at this point in the history
…o prevent perl related errors (#1872) (#1882)
  • Loading branch information
ShivanshGahlot authored Nov 12, 2024
1 parent 9b22cad commit e5fd6f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions installer_scripts/install-voyager-airgapped.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8

ARGS_LINUX=$@
LOG_FILE=/tmp/install-yb-voyager.log
CHECK_ONLY_DEPENDENCIES="false"
Expand Down

0 comments on commit e5fd6f1

Please sign in to comment.