Skip to content

Commit

Permalink
Merge pull request #328 from alphagov/updating-healthcheck
Browse files Browse the repository at this point in the history
Adding do to the script
  • Loading branch information
lstevens-cabinet-office authored Oct 27, 2023
2 parents 84f49ac + 48d4b61 commit a3bacc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start-govuk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function update_timestamp(){

if [[ ! -z $DEBUG ]]; then
echo "Starting in debug mode.."
while true;
while true; do
echo 'Debug mode active..';
update_timestamp
sleep 10;
Expand Down

0 comments on commit a3bacc0

Please sign in to comment.