X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=prof-backup;h=e49cb494a0b121602342e3dec3ce9125c564a8bf;hb=ef708570f1f42d9bb54ddc5b7b0432de4f761eb0;hp=cf9199bb031d716af23bc5d0bab85f94150e8698;hpb=51c8b40fd2aac71d29dc9298ca65425725ad1edd;p=distro-setup diff --git a/prof-backup b/prof-backup index cf9199b..e49cb49 100755 --- a/prof-backup +++ b/prof-backup @@ -20,6 +20,9 @@ if [ -z "$BASH_VERSION" ]; then echo "error: shell is not bash" >&2; exit 1; fi source /a/bin/bash-bear-trap/bash-bear source /a/bin/bash_unpublished/source-state +if [[ ! $HOSTNAME ]]; then + HOSTNAME=$(cat /etc/hostname) +fi if [[ $HOSTNAME != "$HOST2" ]]; then exit 0 fi