Delete freedns file after use
This commit is contained in:
parent
12588382ab
commit
fa1e8e5814
|
@ -71,6 +71,9 @@ do
|
|||
echo $"command: $FREEDNS_WGET${code}="
|
||||
$FREEDNS_WGET${code}=
|
||||
else
|
||||
if [ -f /tmp/freedns ]; then
|
||||
rm /tmp/freedns
|
||||
fi
|
||||
$FREEDNS_WGET${code}= >> /tmp/freedns 2>&1
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue