Files
webgui/emhttp/plugins/dynamix/scripts/ntfs_check
Tom Mortensen e8a8291649 feat: exFAT support
chore: refactor file sysem check scripts
fix: fix some mode bits
2025-08-15 13:51:36 -07:00

10 lines
229 B
Bash
Executable File

#!/bin/bash
# ntfs_check start <dev> <id> <options>
# ntfs_check status <dev> <id>
# ntfs_check cancel <dev> <id>
FSCK="/bin/ntfsfix"
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/check.source"