release: prepare 0.2.0 for sing-box 1.14
This commit is contained in:
Vendored
+4
@@ -7,6 +7,10 @@ if [ "$1" = configure ]; then
|
||||
if [ ! -e /etc/vpn-egress/policy.json ]; then
|
||||
install -m 0600 -o root -g root /usr/share/vpn-egressctl/policy.json /etc/vpn-egress/policy.json
|
||||
fi
|
||||
python3 -m vpn_egressctl.installcheck \
|
||||
/etc/vpn-egress/policy.json \
|
||||
/var/lib/vpn-egress \
|
||||
/etc/sing-box/config.json
|
||||
systemctl daemon-reload >/dev/null 2>&1 || true
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user