diff --git a/src/.ks-mix.swp b/src/.ks-mix.swp deleted file mode 100644 index abeefce..0000000 Binary files a/src/.ks-mix.swp and /dev/null differ diff --git a/src/ks-upa b/src/ks-upa index 8d08f00..f2c9322 100755 --- a/src/ks-upa +++ b/src/ks-upa @@ -455,7 +455,7 @@ function editConfig() { user=${USER} echo ${user} > ${dirConfig}/ks-upload-user elif [ "${EDIT}" == "2" ] ; then - echo -n "* Enter the server key: " ; read PASS + echo -n "* Enter the server password: " ; read PASS raw_password_enter=${PASS} encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass diff --git a/src/ks-upf b/src/ks-upf index ee0feac..25e4ae5 100755 --- a/src/ks-upf +++ b/src/ks-upf @@ -482,7 +482,7 @@ function editConfig() { user=${USER} echo ${user} > ${dirConfig}/ks-upload-user elif [ "${EDIT}" == "2" ] ; then - echo -n "* Enter the server key: " ; read PASS + echo -n "* Enter the server password: " ; read PASS raw_password_enter=${PASS} encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass diff --git a/src/ks-upr b/src/ks-upr index 81c9874..94a7ca8 100755 --- a/src/ks-upr +++ b/src/ks-upr @@ -410,7 +410,7 @@ function editConfig() { user=${USER} echo ${user} > ${dirConfig}/ks-upload-user elif [ "${EDIT}" == "2" ] ; then - echo -n "* Enter the server key: " ; read PASS + echo -n "* Enter the server password: " ; read PASS raw_password_enter=${PASS} encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass diff --git a/src/ks-upv b/src/ks-upv index 1c35b2b..f508379 100755 --- a/src/ks-upv +++ b/src/ks-upv @@ -455,7 +455,7 @@ function editConfig() { user=${USER} echo ${user} > ${dirConfig}/ks-upload-user elif [ "${EDIT}" == "2" ] ; then - echo -n "* Enter the server key: " ; read PASS + echo -n "* Enter the server password: " ; read PASS raw_password_enter=${PASS} encrypt_password_enter=$(encrypt_kstools "${raw_password_enter}") echo ${encrypt_password_enter} > ${dirConfig}/ks-upload-pass