diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:36:23 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-05 12:36:23 +0200 |
commit | 62009c8687a5ef1142d09e75cef777a649b84a66 (patch) | |
tree | a90f69d30d481062e39c59c244b0ed69f6aeb003 /src | |
parent | Test (diff) | |
download | go2work-62009c8687a5ef1142d09e75cef777a649b84a66.tar.gz go2work-62009c8687a5ef1142d09e75cef777a649b84a66.tar.bz2 go2work-62009c8687a5ef1142d09e75cef777a649b84a66.tar.xz go2work-62009c8687a5ef1142d09e75cef777a649b84a66.tar.zst go2work-62009c8687a5ef1142d09e75cef777a649b84a66.zip |
Added README
Diffstat (limited to 'src')
-rw-r--r-- | src/p_options.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |