Delete freedns file after use

This commit is contained in:
Bob Mottram 2017-07-09 10:49:14 +01:00
parent d2f2c5edb1
commit 12588382ab
1 changed files with 4 additions and 0 deletions

View File

@ -75,4 +75,8 @@ do
fi
done
if [ -f /tmp/freedns ]; then
rm /tmp/freedns
fi
exit 0