3 lines
83 B
Plaintext
3 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
exec /usr/bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): "
|