From 740668b7db28ecadfb5b680e6d7676232635850c Mon Sep 17 00:00:00 2001 From: lw-everestlinux Date: Tue, 11 Oct 2022 12:23:32 -0400 Subject: [PATCH] Fix esv.conf not found --- src/esv/esv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/esv/esv b/src/esv/esv index abbb6a8..7f6e2a6 100755 --- a/src/esv/esv +++ b/src/esv/esv @@ -12,8 +12,8 @@ # You should have received a copy of the GNU General Public License along with this program. # If not, see . -#source /etc/esv.conf -source $(pwd)/esv.conf # for testing purposes +source /etc/esv.conf +#source $(pwd)/esv.conf # for testing purposes while [[ $# -gt 0 ]]; do case $1 in