Karan Sharma 2021-12-15 14:44:00 +05:30 committed by GitHub
parent ca128df49a
commit c9189a12d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ is_running() {
} }
generate_password(){ generate_password(){
echo $(tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo '') echo $(LC_ALL=C tr -dc A-Za-z0-9 </dev/urandom | head -c 13 ; echo '')
} }
get_config() { get_config() {