Files
webgui/emhttp/plugins/dynamix/scripts/ext_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
226 B
Bash
Executable File

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