From 9fd3f4b99ec71a1a7a9261e5a281ef333405d101 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 9 May 2014 07:53:31 +0200 Subject: [PATCH] Do not request tty --- Misc/smartctl_wrapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@"