missing sudo

This commit is contained in:
Manfred Touron 2014-10-15 21:12:21 +00:00
parent 1fda7078b3
commit d6050a2b0f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}