Log jail name after initial setup

This commit is contained in:
Jip-Hop 2024-05-08 22:49:28 +02:00
parent 2f4a113cf1
commit 03fcb961b7
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ def start_jail(jail_name):
)
return returncode
else:
print("Done with initial setup!")
print(f"Done with initial setup of jail {jail_name}!")
return returncode