Commit 2f5eefe9265698661e1a682265073c95b18727e9

Authored by Imanol-Mikel Barba Sabariego
1 parent c7e9c091

secops: absolute path

Showing 1 changed file with 1 additions and 1 deletions
check_smart/check_smart.h
@@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
13 13
14 #include "auxiliar.h" 14 #include "auxiliar.h"
15 15
16 -#define SMARTCTL_CMD "smartctl -A " 16 +#define SMARTCTL_CMD "/usr/sbin/smartctl -A "
17 #define VERSION "1.0" 17 #define VERSION "1.0"
18 18
19 using namespace std; 19 using namespace std;