This commit is contained in:
parent
a7f6d84a52
commit
b1a5f3d704
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@ truncate -s0 $HOME/.bash_history
|
||||||
find /var/log -type f -exec truncate -s0 '{}' '+'
|
find /var/log -type f -exec truncate -s0 '{}' '+'
|
||||||
dd if=/dev/zero of=/emptyfile oflag=dsync status=progress bs=4M;
|
dd if=/dev/zero of=/emptyfile oflag=dsync status=progress bs=4M;
|
||||||
rm -f /emptyfile;
|
rm -f /emptyfile;
|
||||||
poweroff
|
systemctl poweroff
|
||||||
|
|
Loading…
Reference in a new issue