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

Last change on this file since 1015 was 1015, checked in by joergs, on Jun 1, 2012 at 7:05:36 PM

add check and warning

File size: 179 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
8./CreateISOImage.sh "$@"
Note: See TracBrowser for help on using the repository browser.