mirror of https://gitlab.com/hp3icc/emq-TE1.git
Update rm.sh
This commit is contained in:
parent
6d2a06d941
commit
ccb167b694
|
|
@ -129,6 +129,12 @@ then
|
|||
rm -r /usr/local/bin/noip2
|
||||
#echo "found file"
|
||||
|
||||
fi
|
||||
if [ -d "/opt/data-files" ]
|
||||
then
|
||||
rm -r /opt/data-files
|
||||
#echo "found file"
|
||||
|
||||
fi
|
||||
if [ -f "/usr/local/etc/no-ip2.conf" ]
|
||||
then
|
||||
Loading…
Reference in New Issue