Skip to content

Commit

Permalink
fix(systemd-hostnamed): extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
johannbg authored and haraldh committed Apr 22, 2021
1 parent ea77975 commit 2aa6523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules.d/01systemd-hostnamed/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Prerequisite check(s) for module.
check() {

# 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.
require_binaries hostnamectl || return 1
require_binaries "$systemdutildir"/systemd-hostnamed || return 1

Expand Down Expand Up @@ -44,6 +44,6 @@ install() {
inst_multiple -H -o \
/etc/hostname \
"$systemdsystemconfdir"/systemd-hostnamed.service \
"$systemdsystemconfdir"/systemd-hostnamed.service.d/*.conf"
"$systemdsystemconfdir/systemd-hostnamed.service.d/*.conf"
fi
}

0 comments on commit 2aa6523

Please sign in to comment.