diff --git a/Misc/smartctl_wrapper b/Misc/smartctl_wrapper index fbabcaf..543f11a 100755 --- a/Misc/smartctl_wrapper +++ b/Misc/smartctl_wrapper @@ -1,4 +1,4 @@ #!/bin/bash -sudo -u root /usr/bin/smartctl "$@" +sudo -u root -n /usr/bin/smartctl "$@"