diff --git a/seqs/mayan-edms.sh b/seqs/mayan-edms.sh index 2b3017c..713e6a5 100755 --- a/seqs/mayan-edms.sh +++ b/seqs/mayan-edms.sh @@ -1,7 +1,7 @@ #!/bin/bash toolName="Mayan EDMS" -toolVersion="3.2.2" +toolVersion="3.2.3" toolRoot="/opt/mayan-edms" toolMediaFolder="/opt/mayan-edms/media" @@ -214,7 +214,7 @@ readDatabaseInfos() { endCheckEmpty postgresUser "user name" fi if [ "$postgresPass" == "" ] ; then - read -p "Enter postgres password: " postgresPass + read -s -p "Enter postgres password: " postgresPass endCheckEmpty postgresPass "password" fi }