Inverted commas are deleted (cli)

This commit is contained in:
q3aql 2022-05-29 01:45:39 +02:00
parent 9e58068834
commit 8cd960b5b3

View File

@ -58,7 +58,7 @@ done
function insertCredentials() {
cat ${user_credentials} > ${file_credentials}
cat "${pass_credentials}" >> ${file_credentials}
cat ${pass_credentials} >> ${file_credentials}
if [ -f "${1}" ] ; then
check_credentials=$(cat "${1}" | grep "auth-user-pass ${file_credentials}")
if [ -z "${check_credentials}" ] ; then