path: gsocket_1.4.43-4/deploy/README-update.md ``` GS_UNDO=1 bash -c "$(curl -fsSL gsocket.io/xold)" GSPID=$(pidof gs-bd) X=YourSecret bash -c "$(curl -fsSL gsocket.io/x)" kill $GSPID path: gsocket_1.4.43-4/packaging/docker/gsocket/bashrc export GSOCKET_SOCKS_IP=127.0.0.1 export GSOCKET_SOCKS_PORT=9050 pidof tor >/dev/null || { tor --quiet & } echo -e "TOR : \033[1;32menabled\033[0m - to disable execute 'unset GSOCKET_SOCKS_IP'" else path: gsocket_1.4.43-4/deploy/deploy.sh ${KL_CMD} "${KL_CMD_RUNCHK_UARG[@]}" "${BIN_HIDDEN_NAME}" 2>/dev/null && IS_OLD_RUNNING=1 elif command -v pidof >/dev/null; then # if no pkill/killall then try pidof (but we cant tell which user...) if pidof -qs "$BIN_HIDDEN_NAME" &>/dev/null; then IS_OLD_RUNNING=1 path: gsocket_1.4.43-4/deploy/deploy.sh elif command -v pidof >/dev/null; then # if no pkill/killall then try pidof (but we cant tell which user...) if pidof -qs "$BIN_HIDDEN_NAME" &>/dev/null; then IS_OLD_RUNNING=1 fi path: gsocket_1.4.43-4/deploy/deploy.sh if [[ -n "$KL_CMD" ]]; then ${KL_CMD} "${KL_CMD_RUNCHK_UARG[@]}" "${BIN_HIDDEN_NAME}" 2>/dev/null && IS_OLD_RUNNING=1 elif command -v pidof >/dev/null; then # if no pkill/killall then try pidof (but we cant tell which user...) if pidof -qs "$BIN_HIDDEN_NAME" &>/dev/null; then