source: opsi/server/wsusoffline/wsusoffline/wsus-create-iso-image.sh@ 1016

Last change on this file since 1016 was 1016, checked in by joergs, on Jun 2, 2012 at 5:53:54 PM

set group permissions

File size: 190 bytes
Line 
1#!/bin/sh
2
3if ! [ -w ${DEST}/iso/ ]; then
4 echo "failed: write access to directory ${DEST}/iso/ required" >&2
5 exit 1
6fi
7cd /var/lib/wsusoffline/sh
8umask 0002
9./CreateISOImage.sh "$@"
Note: See TracBrowser for help on using the repository browser.