v2.0a3 -> v2.0a4
Rearranged tree to be more sane. Made formatting changes to stage 2. Fixed a bug where edit would be bypassed if the note was just created.
This commit is contained in:
@@ -17,7 +17,7 @@ fi
|
||||
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
PROD_STR="Simple Note System (Encryption Enabled)"
|
||||
EXT="$EXT.enc"
|
||||
EXT="$EXT"
|
||||
if [ ! -d ~/.sns/tmp ]; then
|
||||
mkdir -p ~/.sns/tmp
|
||||
fi
|
||||
@@ -36,5 +36,5 @@ pause
|
||||
fi
|
||||
|
||||
#==============================================================================
|
||||
# End Section: Read Configuration
|
||||
# End Section: Configuration
|
||||
#==============================================================================
|
||||
|
||||
Reference in New Issue
Block a user