diff options
-rwxr-xr-x | keyringer | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ export PREFERENCES="`dirname $CONFIG`/$KEYRING" # Load functions LIB="`dirname $(readlink -f $0)`/lib/$NAME/functions" -source "$LIB" | exit 1 +source "$LIB" || exit 1 # Setup main configuration and load preferences keyringer_config_load |