diff options
author | Jonathan Bauer | 2018-04-09 11:11:15 +0200 |
---|---|---|
committer | Jonathan Bauer | 2018-04-09 11:11:15 +0200 |
commit | 165985910e15f98d2a8d4eaa4f5e6e683c7e9678 (patch) | |
tree | 986f75a8b4152438f77d9e12e7755eed51062758 | |
parent | [iperf] New module (diff) | |
download | mltk-165985910e15f98d2a8d4eaa4f5e6e683c7e9678.tar.gz mltk-165985910e15f98d2a8d4eaa4f5e6e683c7e9678.tar.xz mltk-165985910e15f98d2a8d4eaa4f5e6e683c7e9678.zip |
[smartctl] add /opt/openslx/* to PATH
-rwxr-xr-x | core/modules/smartctl/data/opt/openslx/scripts/systemd-smartctl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/smartctl/data/opt/openslx/scripts/systemd-smartctl b/core/modules/smartctl/data/opt/openslx/scripts/systemd-smartctl index 979fde62..2ad5aa13 100755 --- a/core/modules/smartctl/data/opt/openslx/scripts/systemd-smartctl +++ b/core/modules/smartctl/data/opt/openslx/scripts/systemd-smartctl @@ -1,5 +1,7 @@ #!/bin/ash +export PATH="$PATH:/opt/openslx/sbin:/opt/openslx/bin" + # Check Reallocated_Sector_Ct and Spin_Retry_Count of local disk(s) . /opt/openslx/config |