X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=buildd%2Fupload_isos.sh;h=02630f550a23c99206b3aa3f7ec744f0e1571356;hp=9755452f4ddc8aa092e96fb7710d2b66cb33e52f;hb=d82c19690884d3a645cc13aefd3de0a7fc8f4d12;hpb=246b13f8acb8328c7a7c0a03219f794e3b4339fc diff --git a/buildd/upload_isos.sh b/buildd/upload_isos.sh index 9755452..02630f5 100755 --- a/buildd/upload_isos.sh +++ b/buildd/upload_isos.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Filename: /usr/share/grml-live/buildd/buildd/upload_isos.sh +# Filename: /usr/share/grml-live/buildd/upload_isos.sh # Purpose: upload grml ISOs to a rsync server # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ @@ -7,7 +7,7 @@ # Latest change: Mon Oct 22 19:11:33 CEST 2007 [mika] ################################################################################ -. /usr/share/grml-live/buildd/buildd/functions.sh || exit 1 +. /usr/share/grml-live/buildd/functions.sh || exit 1 [ -n "$RSYNC_MIRROR" ] || exit 2 cd $ISO_DIR || exit 3