We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9b7e5 commit efb1766Copy full SHA for efb1766
e.sh
@@ -69,7 +69,7 @@ for ARCH in ${ARCH_LST}; do
69
# 3. enc key for that archive
70
openssl rsautl -encrypt -inkey ${WORK_PATH}/public.pem -pubin -in ${KEY_PATH} -out "${DEST_FILE_FULL_PATH}/${FILE_NAME}.key.enc"
71
# 4. removinng unenc'ted key
72
- rm -f ${WORK_PATH}/${FILE_NAME}.key
+ rm -f ${KEY_PATH}.key
73
74
log "${ARCH} to ${ARCH_DIR}/${FILE_NAME} to ${ENCR_DIR}/${FILE_NAME}.enc encted successfuly."
75
0 commit comments