create symbolic link for obfs-server & located at /usr/bin/

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-01-15 23:16:22 +09:00
parent c9f658f15b
commit 1cc185a4e4
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -983,6 +983,7 @@ install_shadowsocks_libev_obfs() {
install_cleanup
exit 1
fi
[ -f /usr/local/bin/obfs-server ] && ln -s /usr/local/bin/obfs-server /usr/bin
fi
}