Update rm.sh

This commit is contained in:
RaspbianProyect by HP3ICC 2023-02-21 21:10:57 +00:00
parent 6d2a06d941
commit ccb167b694
1 changed files with 6 additions and 0 deletions

View File

@ -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