X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=scripts%2Frestore-header.sh;h=a147c62e6a0b397dd704ecb533750342d05395a4;hb=11b38584ce4c12e7a83c1cb206fa87141f74de5c;hp=ae67b1cb74ecf6e93a3fe7977442871b38a00937;hpb=5c8c182b0f51eaa5fca5f917ed5cda5f12fb7366;p=backups%2F.git diff --git a/scripts/restore-header.sh b/scripts/restore-header.sh index ae67b1c..a147c62 100755 --- a/scripts/restore-header.sh +++ b/scripts/restore-header.sh @@ -1,14 +1,12 @@ #!/bin/sh export rundir=/tmp/restore-$(date +%Y%m%d%H%M%S) if ! mkdir $rundir; then - echo 2> "Cannot create temp dir" + echo >&2 "Cannot create temp dir" exit 1 fi -echo $rundir unset CDPATH export mountdir=$(cd $(dirname $0) && pwd) -echo $mountdir SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' $0`