From 62009c8687a5ef1142d09e75cef777a649b84a66 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 5 Apr 2022 12:36:23 +0200 Subject: Added README --- src/p_options.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/p_options.go') diff --git a/src/p_options.go b/src/p_options.go index b03d1d5..ff77635 100644 --- a/src/p_options.go +++ b/src/p_options.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * go2work: src/p_options.go - * Mon Apr 4 19:39:00 CEST 2022 + * Tue Apr 5 12:24:13 CEST 2022 * Joe * * Options parsing. @@ -92,7 +92,7 @@ func find_options_file() string { return file_path } } - file_path = "/usr/local/share/" + OPTIONS_FILE + file_path = "/usr/local/etc/" + OPTIONS_FILE if check_file_exists(file_path) == true { return file_path } -- cgit v1.2.3