mirror of
https://github.com/unraid/webgui.git
synced 2025-12-31 06:30:10 -06:00
10 lines
226 B
Bash
Executable File
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"
|