Files
admin/fs_trim.sh
T
Oleg Sheynin 4960566db8 initial
2026-06-22 17:06:48 +00:00

9 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
if [ "$(id -u)" -ne 0 ]; then
echo "This script must be run as root." >&2
exit 1
fi
/usr/sbin/fstrim -av