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 }