aboutsummaryrefslogtreecommitdiffstats
path: root/lacme-accountd
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:40:31 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:40:31 +0200
commit2671d497d6d287b4729fed39738a9ad86e78c44c (patch)
tree34599aa17192d0d7441c799d3c013d2659a1ccda /lacme-accountd
parentcfb8e89b5992b51d5d0955509dfedeab228e43eb (diff)
parent49c14fb9faf9aedf1f6c22bff9526ba980d0f23b (diff)
Merge tag 'upstream/0.6.1' into debian
New release 0.6.1
Diffstat (limited to 'lacme-accountd')
-rwxr-xr-xlacme-accountd4
1 files changed, 2 insertions, 2 deletions
diff --git a/lacme-accountd b/lacme-accountd
index 822894b..af64168 100755
--- a/lacme-accountd
+++ b/lacme-accountd
@@ -16,7 +16,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
use v5.14.2;
@@ -67,7 +67,7 @@ do {
my $conffile = $OPTS{config} // first { -f $_ }
( "./$NAME.conf"
, ($ENV{XDG_CONFIG_HOME} // "$ENV{HOME}/.config")."/lacme/$NAME.conf"
- , "/etc/lacme/$NAME.conf"
+ , "@@sysconfdir@@/lacme/$NAME.conf"
);
die "Error: Can't find configuration file\n" unless defined $conffile;
print STDERR "Using configuration file: $conffile\n" if $OPTS{debug};