Made configuration directory static
Moved header variables to new file Started sanitizing variable references
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
#==============================================================================
|
||||
# Section: Configuration
|
||||
#==============================================================================
|
||||
if [ -r $HOME/.sns/sns.conf ]; then
|
||||
source $HOME/.sns/sns.conf
|
||||
if [ -r "$CONFIGURATION" ]; then
|
||||
source "$CONFIGURATION"
|
||||
else
|
||||
init_default_config
|
||||
w_conf
|
||||
source "$CONFIGURATION"
|
||||
fi
|
||||
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
|
||||
Reference in New Issue
Block a user