mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 14:40:36 -06:00
10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
# exfat_check start <dev> <id> <options>
|
|
# exfat_check status <dev> <id>
|
|
# exfat_check cancel <dev> <id>
|
|
|
|
FSCK="/sbin/fsck.exfat"
|
|
|
|
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
source "$SCRIPT_DIR/check.source"
|