Remove a stray | in the zpios-survey script which caused it to fail.
This commit is contained in:
parent
154612b330
commit
75ddd265cb
|
@ -58,7 +58,7 @@ zpios_survey_prefetch() {
|
||||||
|
|
||||||
./zfs.sh ${VERBOSE_FLAG} \
|
./zfs.sh ${VERBOSE_FLAG} \
|
||||||
tee -a ${ZPIOS_SURVEY_LOG}
|
tee -a ${ZPIOS_SURVEY_LOG}
|
||||||
./zpios.sh ${VERBOSE_FLAG} -c ${ZPOOL_CONFIG} -t ${ZPIOS_TEST} | \
|
./zpios.sh ${VERBOSE_FLAG} -c ${ZPOOL_CONFIG} -t ${ZPIOS_TEST} \
|
||||||
-o "--noprefetch" | \
|
-o "--noprefetch" | \
|
||||||
tee -a ${ZPIOS_SURVEY_LOG}
|
tee -a ${ZPIOS_SURVEY_LOG}
|
||||||
./zfs.sh -u ${VERBOSE_FLAG} | \
|
./zfs.sh -u ${VERBOSE_FLAG} | \
|
||||||
|
|
Loading…
Reference in New Issue