5 # Copyright (C) 2015 Christof Schmitt
7 # Example script that can be used with the 'delete share command'
8 # config option. This is mainly intended for use in the Samba selftest
9 # suite, please review and adapt it before using elsewhere.
15 NETCONF
="$BINDIR/net --configfile=$CONF conf"
16 $NETCONF delshare
"$SHARENAME"
18 if [ $RC -ne 0 ]; then
19 echo Failure during delshare
command: rc
=$RC