Skip to content

Commit

Permalink
fix some more minor bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Oct 11, 2024
1 parent c7ae8bb commit a9e0ab5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def set_hostname(hostname: str) -> None:
hostname: The hostname.
"""
check_call(["/usr/bin/echo", "set-hostname", hostname])
check_call(["/usr/bin/hostnamectl", "set-hostname", hostname])


if __name__ == "__main__":
Expand Down

0 comments on commit a9e0ab5

Please sign in to comment.