Skip to content

Commit

Permalink
fix: reset change
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Sep 19, 2024
1 parent ac69dde commit 0d71f53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Wait for Services to Start
run: |
sleep 180 # Wait for services to fully boot. Adjust if needed.
sleep 30 # Wait for services to fully boot. Adjust if needed.
- name: Verify Docker Containers Are Running
run: |
Expand All @@ -44,4 +44,4 @@ jobs:
- name: Check HTTP Response (optional, customize based on service)
run: |
curl -kf https://localhost:8080 || exit 1
curl -k https://localhost:8080 || exit 1
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ if [ "$PREVIOUS_PASSWORD" != "none" ]; then

fi
else
CHANGEPASSWORD="n"
CHANGEPASSWORD="y"
fi

read_password() {
Expand Down

0 comments on commit 0d71f53

Please sign in to comment.