Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
14 lines
500 B
Diff
14 lines
500 B
Diff
diff --git a/src/helper.cpp b/src/helper.cpp
|
|
index 102ebc5..4cde9da 100644
|
|
--- a/src/helper.cpp
|
|
+++ b/src/helper.cpp
|
|
@@ -69,7 +69,7 @@ ActionReply SMARTHelper::smartctl(const QVariantMap &args)
|
|
// PATH is super minimal when invoked through dbus
|
|
setenv("PATH", "/usr/sbin:/sbin:/usr/local/sbin", 1);
|
|
|
|
- const QString command = QStringLiteral("smartctl");
|
|
+ const QString command = QStringLiteral("@smartctl@");
|
|
const QString all = QStringLiteral("--all");
|
|
|
|
// JSON output.
|