From d6050a2b0f752baa63173e25e36bcac5343faf6e Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Wed, 15 Oct 2014 21:12:21 +0000 Subject: [PATCH] missing sudo --- images/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/lib.sh b/images/lib.sh index 0684ffa..a5720df 100644 --- a/images/lib.sh +++ b/images/lib.sh @@ -63,7 +63,7 @@ clean_target() { fi done for file in $(find "$TARGET/var/log" -type f); do - echo | tee $file + echo | sudo tee $file done }