Files
98b26ab358a852c48ba009bd762543293cb09544
116 lines
2.9 KiB
Bash
116 lines
2.9 KiB
Bash
#!/usr/bin/env bash
# Stops that which is started by ``stack.sh`` (mostly)
# on the command line
# Determine what system we are running on. This provides ``os_VENDOR``,
fi
fi
# Get the iSCSI volumes
TARGETS=$(sudo tgtadm --op show --mode target)
if [[ -n "$TARGETS" ]]; then
fi
fi
fi