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