#!/bin/bash

ETC_SAMBA=/etc/samba/

[ -d $ETC_SAMBA ] && /usr/bin/find $ETC_SAMBA -name "smbConfig-*.tmp" -exec rm {} \;

