Add missing echo
This commit is contained in:
parent
b0bf494b37
commit
bbd8816aff
|
@ -121,6 +121,7 @@ if [ -n "${ZPIOS_POST}" ]; then
|
|||
${ZPIOS_POST} || exit 1
|
||||
fi
|
||||
|
||||
echo "${CMDDIR}/zpool/zpool destroy lustre"
|
||||
${CMDDIR}/zpool/zpool destroy lustre
|
||||
|
||||
echo ---------------------- SPL Sysctl Tunings ------------------------------
|
||||
|
|
Loading…
Reference in New Issue