mirror of
https://github.com/pivpn/pivpn.git
synced 2025-01-31 08:49:48 +00:00
Add some newlines
This commit is contained in:
parent
0a06fbd6a8
commit
cc94d11d0b
1 changed files with 1 additions and 1 deletions
|
@ -481,7 +481,7 @@ confOpenVPN () {
|
||||||
# Build the certificate authority
|
# Build the certificate authority
|
||||||
echo "::: Building CA..."
|
echo "::: Building CA..."
|
||||||
./build-ca < /etc/.pivpn/ca_info.txt
|
./build-ca < /etc/.pivpn/ca_info.txt
|
||||||
echo "::: CA Complete."
|
printf "\n::: CA Complete.\n"
|
||||||
|
|
||||||
whiptail --msgbox --backtitle "Setup OpenVPN" --title "Server Information" "The server key, Diffie-Hellman key, and HMAC key will now be generated." $r $c
|
whiptail --msgbox --backtitle "Setup OpenVPN" --title "Server Information" "The server key, Diffie-Hellman key, and HMAC key will now be generated." $r $c
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue