Skip to content

Commit

Permalink
Merge pull request #2 from ms264556/dev
Browse files Browse the repository at this point in the history
fix insecure password debug and _info typo
  • Loading branch information
kchiem authored Nov 13, 2024
2 parents d7bafa6 + 0cc74b7 commit 5f7ad72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/ruckus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ruckus_deploy() {

_debug RUCKUS_HOST "$RUCKUS_HOST"
_debug RUCKUS_USER "$RUCKUS_USER"
_debug RUCKUS_PASS "$RUCKUS_PASS"
_secure_debug RUCKUS_PASS "$RUCKUS_PASS"

export HTTPS_INSECURE=1
export ACME_HTTP_NO_REDIRECTS=1
Expand Down Expand Up @@ -127,7 +127,7 @@ ruckus_deploy() {
_replace_cert_ajax='<ajax-request action="docmd" comp="system" updater="rid.0.5" xcmd="replace-cert" checkAbility="6" timeout="-1"><xcmd cmd="replace-cert" cn="'$RUCKUS_HOST'"/></ajax-request>'
_post "$_replace_cert_ajax" "$_base_url/_cmdstat.jsp" >/dev/null

info "Rebooting"
_info "Rebooting"
_cert_reboot_ajax='<ajax-request action="docmd" comp="worker" updater="rid.0.5" xcmd="cert-reboot" checkAbility="6"><xcmd cmd="cert-reboot" action="undefined"/></ajax-request>'
_post "$_cert_reboot_ajax" "$_base_url/_cmdstat.jsp" >/dev/null

Expand Down

0 comments on commit 5f7ad72

Please sign in to comment.