mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 22:43:55 +08:00
8 lines
75 B
Bash
8 lines
75 B
Bash
#!/bin/sh
|
|
|
|
[ -e "/etc/ipsec.user" ] && {
|
|
. /etc/ipsec.user "$2"
|
|
}
|
|
|
|
exit 0
|