Text for entering the password is changed
This commit is contained in:
parent
442dd14096
commit
6e35a2a980
BIN
src/.ks-mix.swp
BIN
src/.ks-mix.swp
Binary file not shown.
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user