Text for entering the password is changed

This commit is contained in:
q3aql 2022-01-28 18:15:10 +01:00
parent 442dd14096
commit 6e35a2a980
5 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -455,7 +455,7 @@ function editConfig() {
user=${USER} user=${USER}
echo ${user} > ${dirConfig}/ks-upload-user echo ${user} > ${dirConfig}/ks-upload-user
elif [ "${EDIT}" == "2" ] ; then elif [ "${EDIT}" == "2" ] ; then
echo -n "* Enter the server key: " ; read PASS echo -n "* Enter the server password: " ; read PASS
raw_password_enter=${PASS} raw_password_enter=${PASS}
encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}")
echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass

View File

@ -482,7 +482,7 @@ function editConfig() {
user=${USER} user=${USER}
echo ${user} > ${dirConfig}/ks-upload-user echo ${user} > ${dirConfig}/ks-upload-user
elif [ "${EDIT}" == "2" ] ; then elif [ "${EDIT}" == "2" ] ; then
echo -n "* Enter the server key: " ; read PASS echo -n "* Enter the server password: " ; read PASS
raw_password_enter=${PASS} raw_password_enter=${PASS}
encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}")
echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass

View File

@ -410,7 +410,7 @@ function editConfig() {
user=${USER} user=${USER}
echo ${user} > ${dirConfig}/ks-upload-user echo ${user} > ${dirConfig}/ks-upload-user
elif [ "${EDIT}" == "2" ] ; then elif [ "${EDIT}" == "2" ] ; then
echo -n "* Enter the server key: " ; read PASS echo -n "* Enter the server password: " ; read PASS
raw_password_enter=${PASS} raw_password_enter=${PASS}
encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}")
echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass

View File

@ -455,7 +455,7 @@ function editConfig() {
user=${USER} user=${USER}
echo ${user} > ${dirConfig}/ks-upload-user echo ${user} > ${dirConfig}/ks-upload-user
elif [ "${EDIT}" == "2" ] ; then elif [ "${EDIT}" == "2" ] ; then
echo -n "* Enter the server key: " ; read PASS echo -n "* Enter the server password: " ; read PASS
raw_password_enter=${PASS} raw_password_enter=${PASS}
encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}")
echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass