X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=arch-init-remote;h=76e2cf236b074f0b11685c30015039aff8adb922;hb=442bbc2cfd5c4f81f7de11a0b5b8145204cdea32;hp=ceb3081c1adb36608b9db34454bb338bfeab55d9;hpb=7f77555b3d92709034fe41919358053c650c71e1;p=automated-distro-installer diff --git a/arch-init-remote b/arch-init-remote index ceb3081..76e2cf2 100755 --- a/arch-init-remote +++ b/arch-init-remote @@ -15,17 +15,21 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +set -x + +set -eE -o pipefail +trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR + usage() { cat <&2' ERR +case $1 in + -h|--help) usage ;; +esac if [[ ! $1 ]]; then echo "error: expect a hostname in \$1 " @@ -41,7 +45,6 @@ if [[ -e /var/cache/pacman/pkg ]]; then darkhttpd /var/cache/pacman/pkg & mirror=http://$HOSTNAME:8080 fi -faid=/a/bin/fai rsync -rlpthvi --relative /a/bin/fai/ root@$host:/ rsync /a/bin/fai/ root@$host:/a/bin/fai/