Fix online-flagfile creation on red dhcp

This also fix dhcpcd restart on connscheduler reconnect
This commit is contained in:
Arne Fitzenreiter
2009-06-13 10:33:31 +02:00
parent 4d1742fa67
commit e288abb486

View File

@@ -180,6 +180,7 @@ case "${1}" in
echo "$GATEWAY gateway" >> /tmp/hosts
mv /tmp/hosts /etc/hosts
echo "$GATEWAY" > /var/ipfire/red/remote-ipaddress
touch /var/ipfire/red/active
else
echo ""
$(exit "$RET")