nt9856x/BSP/busybox/examples/var_service/zcip_if/finish
2023-03-28 15:07:53 +08:00

14 lines
283 B
Bash
Executable File

#!/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