From ee77c355294c596c29a78b10a625d3db1a8ab1d5 Mon Sep 17 00:00:00 2001 From: Phillip Berndt Date: Sun, 16 Apr 2017 13:58:09 +0200 Subject: [PATCH] pm-utils: Do not write log file by default Fixes #68 --- contrib/pm-utils/40autorandr | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/pm-utils/40autorandr b/contrib/pm-utils/40autorandr index d641957..01b5b15 100755 --- a/contrib/pm-utils/40autorandr +++ b/contrib/pm-utils/40autorandr @@ -1,7 +1,6 @@ #!/bin/sh # # 40autorandr: Change autorandr profile on thaw/resume -exec > /var/log/autorandr.log 2>&1 case "$1" in thaw|resume) -- 2.39.5