Skip to content

Commit c9189a1

Browse files
authored
1 parent ca128df commit c9189a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-prod.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ is_running() {
7777
}
7878

7979
generate_password(){
80-
echo $(tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo '')
80+
echo $(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo '')
8181
}
8282

8383
get_config() {

0 commit comments

Comments
 (0)