forked from pool/apache2
Petr Gajdos
2029752826
- systemd-ask-password is located in /usr/bin OBS-URL: https://build.opensuse.org/request/show/841694 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=621
3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/sh
|
|
exec /usr/bin/systemd-ask-password "Enter SSL pass phrase for $1 ($2): "
|