mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 10:08:25 -05:00
Misc. tweaks.
This commit is contained in:
@@ -8,7 +8,7 @@ case "$1" in
|
||||
# one might wonder: why exec the scrub command, passing -B and put in background, vs just
|
||||
# executing scrub without -B and without explicit background. It's because it handles case
|
||||
# where user adds -B themselves as one of the options, which would hang webGui process until
|
||||
# scrub completes which would not be good. scrub balance does not have have this btw.
|
||||
# scrub completes which would not be good. btrfs balance does not have this btw.
|
||||
exec /sbin/btrfs scrub start -B $3 $2 &>/dev/null &
|
||||
;;
|
||||
'status')
|
||||
|
||||
Reference in New Issue
Block a user