We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c172 commit 48cc6edCopy full SHA for 48cc6ed
script-config.conf
@@ -278,18 +278,3 @@ SECONDS=0 #Capture time
278
279
# Expand PATH for smartctl
280
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
281
-
282
-# Extract info from SnapRAID config
283
-SNAPRAID_CONF_LINES=$(grep -E '^[^#;]' $SNAPRAID_CONF)
284
285
-IFS=$'\n'
286
-# Build an array of content files
287
-CONTENT_FILES=(
288
- $(echo "$SNAPRAID_CONF_LINES" | grep snapraid.content | cut -d ' ' -f2)
289
-)
290
291
-# Build an array of parity all files...
292
-PARITY_FILES=(
293
- $(echo "$SNAPRAID_CONF_LINES" | grep -E '^([2-6z]-)*parity' | cut -d ' ' -f2- | tr ',' '\n')
294
295
-unset IFS
0 commit comments