known/exists
All checks were successful
/ job (push) Successful in 7m34s

This commit is contained in:
Marc Beninca 2024-07-29 11:06:58 +02:00
parent e99ced2a20
commit dd12290f3e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -88,4 +88,5 @@ def set_ssh() -> None:
known.chmod(0o400)
# display
browse(ssh)
cat(known)
if known.exists():
cat(known)