#!/bin/bash
# $Header: /cvs/WebShield/wsrc/files/mgmt/ws_upgrade,v 1.6 2004/02/02 14:19:15 bwhittak Exp $
#
# Copyright (C) 2003 Networks Associates Technology Inc. All rights reserved.
#
# Author :	Simon Crowe
#
# Apply a Webshield configuration update
#
# Arg1: filename
# Arg2: if present, indicates the file was read off a CD
#
set -a
/usr/sbin/webshield wsmount <<-END
/usr/sbin/webshield ws_upgrade_sw $*
END
exit $?
