X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai-redep;h=b8fabac4ac14e42da83fd3f6afc6a83cd44ae8ac;hp=b035ef55a74283163b544f8d58b78f0b89c0121e;hb=83828fe2683227f4d8ecb2343eff28439741b490;hpb=2f13039525488532756a089b8329ab6ee64a6c17 diff --git a/fai-redep b/fai-redep index b035ef5..b8fabac 100755 --- a/fai-redep +++ b/fai-redep @@ -16,13 +16,23 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. set -x -# Deploy fai configuration to faiserver, -# then start a virtual machine to test the config. + set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR -cd $(dirname $(readlink -f "$BASH_SOURCE")) +x="$(readlink -f "$BASH_SOURCE")"; cd ${x%/*} + +usage() { + cat <