Skip to content

Commit

Permalink
Code review of giacomo sanchietti
Browse files Browse the repository at this point in the history
Co-authored-by: Giacomo Sanchietti <[email protected]>
  • Loading branch information
stephdl and gsanchietti authored Jan 4, 2024
1 parent 2badaee commit 1a92f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/wait-startup
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ while i < max_tries:
status = json.loads(out)
if status["installed"]:
break
print(f"wait_after_nextcloud: waiting for nextcloud-app ({i})", file=sys.stderr)
print(f"wait-startup: waiting for nextcloud-app ({i})", file=sys.stderr)
time.sleep(1)
except Exception as e:
continue

0 comments on commit 1a92f0b

Please sign in to comment.