We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea77975 commit 2aa6523Copy full SHA for 2aa6523
modules.d/01systemd-hostnamed/module-setup.sh
@@ -5,7 +5,7 @@
5
# Prerequisite check(s) for module.
6
check() {
7
8
- # If the binary(s) requirements are not fulfilled the module can't be installed
+ # If the binary(s) requirements are not fulfilled the module can't be installed.
9
require_binaries hostnamectl || return 1
10
require_binaries "$systemdutildir"/systemd-hostnamed || return 1
11
@@ -44,6 +44,6 @@ install() {
44
inst_multiple -H -o \
45
/etc/hostname \
46
"$systemdsystemconfdir"/systemd-hostnamed.service \
47
- "$systemdsystemconfdir"/systemd-hostnamed.service.d/*.conf"
+ "$systemdsystemconfdir/systemd-hostnamed.service.d/*.conf"
48
fi
49
}
0 commit comments