data/method/busybox/busybox-1.36.0/examples/var_service/zcip_if/finish

14 lines
283 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
#!/bin/sh
# executed when service is taken down
service=${PWD##*/}
file_ipconf="$service.ipconf"
dir_ipconf="/var/run/service/fw"
# Reconfigure network with this interface disabled
echo "Finish: deconfiguring"
rm "env.out"
rm "$file_ipconf"
rm "$dir_ipconf/$file_ipconf"
svc -u fw