fixed print function and made appropriate changes to other parts of the program; changed version to alpha 8
This commit is contained in:
@@ -7,7 +7,8 @@ fi
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
cp "$NOTE" "$NOTE".bk
|
||||
if [ ! -d "$ROOT_DIR"/tmp ]; then mkdir "$ROOT_DIR"/tmp; fi
|
||||
decrypt > "$TMP_DIR/$RANDOM"
|
||||
TARGET="$TMP_DIR/$SESSION_ID"
|
||||
decrypt > "$TARGET"
|
||||
else TARGET="$NOTE"; fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user