1
0
mirror of https://github.com/lesderid/image-archlinux synced 2025-04-11 14:45:39 +02:00

missing sudo

This commit is contained in:
Manfred Touron 2014-10-15 21:12:21 +00:00
parent 1fda7078b3
commit d6050a2b0f

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
}