From 29be92e46a97e9ef1684e768255bab73444b4fcb Mon Sep 17 00:00:00 2001 From: James Barnett Date: Tue, 14 Feb 2017 13:11:47 -0600 Subject: [PATCH] formatting --- scripts/snap-pac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/snap-pac b/scripts/snap-pac index c1fb8c0..b53533e 100755 --- a/scripts/snap-pac +++ b/scripts/snap-pac @@ -48,7 +48,7 @@ truncate_description() { trap error_exit ERR trap kill_exit SIGTERM SIGINT -[[ ! -f "$SNAPPER_CONFIG_FILE" ]] && die "%s does not exist!" "$SNAPPER_CONFIG_FILE" +[[ ! -f "$SNAPPER_CONFIG_FILE" ]] && die "%s does not exist." "$SNAPPER_CONFIG_FILE" source "$SNAPPER_CONFIG_FILE" [[ $EUID -ne 0 ]] && die "Script must be run as root."