modified: 99finish_install.sh

fix rm -f *-serv.conf
This commit is contained in:
fling
2010-11-19 15:35:57 +08:00
parent 4dd7017d8f
commit e26ea61ec2

View File

@@ -9,7 +9,5 @@ do
rm ${pa_file}
done
if ls $pkg_dir | grep -q "-serv.conf" ;then
rm $pkg_dir/*-serv.conf
fi
rm -f $pkg_dir/*-serv.conf