Posted by Bertl on Tue 31st Aug 15:35
download | new post
- #! /bin/bash
- : ${UTIL_VSERVER_VARS:=/usr/lib64/util-vserver/util-vserver-vars}
- test -e "$UTIL_VSERVER_VARS" || {
- echo $"Can not find util-vserver installation (the file '$UTIL_VSERVER_VARS'
- exit 1
- }
- . "$UTIL_VSERVER_VARS"
- . "$_LIB_FUNCTIONS"
- . "$__PKGLIBDIR/vserver.functions"
- getAllVservers tmp
- for i in "${tmp[@]}"; do
- echo $i
- done
- exit $res
Submit a correction or amendment below. (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.
