Skip to content

Commit

Permalink
fix: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Oct 19, 2023
1 parent 80b636b commit 995487d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ function set_config_from_hpanel() {
echo "4" >log/error.lock
exit 4
fi

export SERVER_IP=`curl --connect-timeout 1 -s https://v4.ident.me/`
export SERVER_IPv6=`curl --connect-timeout 1 -s https://v6.ident.me/`
}

function install_run() {
Expand Down
1 change: 1 addition & 0 deletions other/ssfaketls/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source /opt/hiddify-manager/common/utils.sh
echo "shadowsocks proxy install.sh $*"

install_package shadowsocks-libev simple-obfs
Expand Down
1 change: 1 addition & 0 deletions other/ssh/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source /opt/hiddify-manager/common/utils.sh
latest=$(get_release_version ssh-liberty-bridge)

if [ "$(cat VERSION)" != $latest ]; then
Expand Down
1 change: 1 addition & 0 deletions other/v2ray/install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source /opt/hiddify-manager/common/utils.sh
install_package shadowsocks-libev

if ! is_installed ./v2ray-plugin_linux; then
Expand Down

0 comments on commit 995487d

Please sign in to comment.