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