From 68b00268ce13a848cf743f9e5dda768f39946aea Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 19 Sep 2021 15:20:54 +0200 Subject: [PATCH] Removed some of the read_ini_parser locations because they were not relevant --- volumectl | 2 -- 1 file changed, 2 deletions(-) diff --git a/volumectl b/volumectl index b57b93f..6e00bba 100755 --- a/volumectl +++ b/volumectl @@ -33,8 +33,6 @@ VERBOSE=0 CONFIG_PATH="${XDG_CONFIG_HOME:-$HOME/.config}/volumectl/config.ini" READ_INI_POSSIBLE_PATHS=(\ "${XDG_LIB_HOME:-$HOME/.local/lib}/read_ini.sh" "${XDG_LIB_HOME:-$HOME/.local/lib}/bash_ini_parser/read_ini.sh" \ - "./read_ini.sh" "./bash_ini_parser/read_ini.sh" \ - "./lib/read_ini.sh" "./lib/bash_ini_parser/read_ini.sh" \ )