aboutsummaryrefslogtreecommitdiff
path: root/net/strongswan/files/etc/hotplug.d/ipsec/01-user
blob: 3d485c8b78506c85cb7cefa41be7ccca082e4e40 (plain)
1
2
3
4
5
6
7
#!/bin/sh

[ -e "/etc/ipsec.user" ] && {
	. /etc/ipsec.user "$2"
}

exit 0