Skip to content

Commit 48c60e5

Browse files
author
Oliver Cervera
authored
Add snapraid status config variable
1 parent 8cb6aa1 commit 48c60e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

script-config.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ VERBOSITY=0
4545
# Set if disk spindown should be performed. Depending on your system, this may not work. 1 to enable, any other values to disable
4646
SPINDOWN=0
4747

48+
# Run snapraid status command to show array general information.
49+
# Be aware the HTML output is pretty broken.
50+
SNAP_STATUS=0
51+
4852
# location of the snapraid binary
4953
SNAPRAID_BIN="/usr/bin/snapraid"
5054
# location of the mail program binary

0 commit comments

Comments
 (0)