Corrected issues arising from "$BASE_DIR" vs "$ROOT_DIR"
This commit is contained in:
@@ -22,7 +22,7 @@ if [ -z "$NAME" ]; then
|
||||
fi
|
||||
|
||||
SESSION_ID="$RANDOM"
|
||||
NOTE_DIR="$BASE_DIR"/"$NOTEBOOK"/"$SECTION"/
|
||||
NOTE_DIR="$NOTES_DIR"/"$NOTEBOOK"/"$SECTION"/
|
||||
|
||||
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then readonly NOTE="$NOTE_DIR""$NAME"."$EXT".gpg
|
||||
|
||||
Reference in New Issue
Block a user