We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1343c5 commit 5943f46Copy full SHA for 5943f46
dist/dracut/modules.d/99attestation-agent/module-setup.sh
@@ -9,7 +9,7 @@ depends() {
9
}
10
11
install() {
12
- inst_multiple /usr/local/bin/attestation-agent
+ inst_multiple /usr/bin/attestation-agent
13
inst_simple $moddir/attestation-agent.service /usr/lib/systemd/system/attestation-agent.service
14
inst_simple $moddir/attestation-agent.toml /etc/trustiflux/attestation-agent.toml
15
systemctl --root "$initdir" enable attestation-agent.service
dist/dracut/modules.d/99confidential-data-hub/module-setup.sh
@@ -9,6 +9,6 @@ depends() {
- inst_multiple /usr/local/bin/confidential-data-hub
+ inst_multiple /usr/bin/confidential-data-hub
inst_simple $moddir/confidential-data-hub.toml /etc/trustiflux/confidential-data-hub.toml
0 commit comments