Skip to content

Commit

Permalink
fix(NextFpmPort): update output message for accuracy in ID status
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 9, 2024
1 parent 4aef8cc commit dedd219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/update-module.d/10fix_NextFpmPort
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ if current_id is None or last_id > current_id:
f.write(str(last_id))
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} written to {output_file}", file=sys.stderr)
else:
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} not written, the current ID {current_id} in {output_file} is good", file=sys.stderr)
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} not written, the current ID {current_id} in {output_file} is correct", file=sys.stderr)

0 comments on commit dedd219

Please sign in to comment.