Skip to content

Commit 2aa6523

Browse files
johannbgharaldh
authored andcommitted
fix(systemd-hostnamed): extra quote
1 parent ea77975 commit 2aa6523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules.d/01systemd-hostnamed/module-setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Prerequisite check(s) for module.
66
check() {
77

8-
# If the binary(s) requirements are not fulfilled the module can't be installed
8+
# If the binary(s) requirements are not fulfilled the module can't be installed.
99
require_binaries hostnamectl || return 1
1010
require_binaries "$systemdutildir"/systemd-hostnamed || return 1
1111

@@ -44,6 +44,6 @@ install() {
4444
inst_multiple -H -o \
4545
/etc/hostname \
4646
"$systemdsystemconfdir"/systemd-hostnamed.service \
47-
"$systemdsystemconfdir"/systemd-hostnamed.service.d/*.conf"
47+
"$systemdsystemconfdir/systemd-hostnamed.service.d/*.conf"
4848
fi
4949
}

0 commit comments

Comments
 (0)