Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

smoother up (fixes #68) #66

Merged
merged 4 commits into from
Sep 26, 2024
Merged

smoother up (fixes #68) #66

merged 4 commits into from
Sep 26, 2024

Commits on Aug 3, 2024

  1. feat: wait the status until it is not "stopping"

      - attempt three times to get state
      - the state is "stopping" after three times attempt, terminate the script and ask the user to run the script later
      - if the state is not "stopping", proceeds the process
    hiroTochigi committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    850f12f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Configuration menu
    Copy the full SHA
    7e171d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. feat: Increase wait time for conditional output in utilityFunction.sh

    The wait time for conditional output in the `utilityFunction.sh` file has been increased from 5 seconds to 10 seconds. This change ensures that the condition is given enough time to be met before proceeding.
    hiroTochigi committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    998732a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    a1ab2a4 View commit details
    Browse the repository at this point in the history