Delete freedns file after use
This commit is contained in:
parent
d2f2c5edb1
commit
12588382ab
|
@ -75,4 +75,8 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
if [ -f /tmp/freedns ]; then
|
||||
rm /tmp/freedns
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue