#!/bin/sh
if [ $1  = "stop" ]
then
	$WEB_SERVER_ROOT/bin/remove_share
fi

