source: opsi/server/wsusoffline/wsusoffline/wsus-download-updates.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: 210 bytes
Line 
1#!/bin/sh
2
3DEST=/var/lib/wsusoffline
4
5if ! [ -w ${DEST}/client ]; then
6 echo "failed: write access to directory ${DEST}/client/ required" >&2
7 exit 1
8fi
9cd ${DEST}/sh
10umask 0002
11./DownloadUpdates.sh "$@"
Note: See TracBrowser for help on using the repository browser.