Skip to content

Commit

Permalink
deploy y & ys
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Dec 4, 2024
1 parent aeb9b7f commit 6d8e80b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Binary file modified beta/bin/deploy-all.sh
Binary file not shown.
6 changes: 3 additions & 3 deletions beta/x
Original file line number Diff line number Diff line change
Expand Up @@ -1396,14 +1396,14 @@ HOWTO_CONNECT_OUT()
[[ -n $GS_HOST ]] && str+="GS_HOST=$GS_HOST "
[[ -n $GS_BEACON ]] && {
opt+="w"
xstr="GS_ARGS=-w "
xstr="GS_ARGS='-w "
}
# After all install attempts output help how to uninstall
echo -e "--> To uninstall use ${CM}GS_UNDO=1 ${UNINST_CMD}${CN}"
echo -e "--> To connect use one of the following
--> ${CM}${str}gs-netcat -s \"${GS_SECRET}\" ${opt}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\" ${DL_CRL}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\" ${DL_WGT}${CN}"
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\"' ${DL_CRL}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\"' ${DL_WGT}${CN}"
}


Expand Down
6 changes: 3 additions & 3 deletions beta/y
Original file line number Diff line number Diff line change
Expand Up @@ -1396,14 +1396,14 @@ HOWTO_CONNECT_OUT()
[[ -n $GS_HOST ]] && str+="GS_HOST=$GS_HOST "
[[ -n $GS_BEACON ]] && {
opt+="w"
xstr="GS_ARGS=-w "
xstr="GS_ARGS='-w "
}
# After all install attempts output help how to uninstall
echo -e "--> To uninstall use ${CM}GS_UNDO=1 ${UNINST_CMD}${CN}"
echo -e "--> To connect use one of the following
--> ${CM}${str}gs-netcat -s \"${GS_SECRET}\" ${opt}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\" ${DL_CRL}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\" ${DL_WGT}${CN}"
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\"' ${DL_CRL}${CN}
--> ${CM}${str}${xstr}S=\"${GS_SECRET}\"' ${DL_WGT}${CN}"
}


Expand Down

0 comments on commit 6d8e80b

Please sign in to comment.