From cdda90fa69aa3b15940c4972138b5fc37f9b1f03 Mon Sep 17 00:00:00 2001 From: Marius van Witzenburg Date: Tue, 21 Apr 2020 02:33:38 +0200 Subject: [PATCH] Remove duplicate config loading --- usr/local/bin/bastille | 3 --- 1 file changed, 3 deletions(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index dccd2ce7..b7c7df07 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -64,9 +64,6 @@ bastille_perms_check() { bastille_perms_check -## we only load the config if root_check passes -. /usr/local/etc/bastille/bastille.conf - ## version BASTILLE_VERSION="0.6.20200414"