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 78e18ae commit 4f92c8bCopy full SHA for 4f92c8b
snapraid-aio-script.sh
@@ -1164,7 +1164,7 @@ search_conf_files() {
1164
# Run SnapRAID status to check for the previous sync
1165
check_snapraid_status() {
1166
# Run snapraid status command and capture the output
1167
- local snapraid_status_output=$($SNAPRAID_BIN status)
+ local snapraid_status_output=$($SNAPRAID_BIN status -c "$SNAPRAID_CONF")
1168
1169
# Check for the "No sync is in progress" message
1170
if echo "$snapraid_status_output" | grep -q "No sync is in progress"; then
0 commit comments