From ac8bbf019d36f652eb4ef4fbf90652b6ead18ec4 Mon Sep 17 00:00:00 2001 From: John Crisp Date: Mon, 1 Mar 2021 12:43:25 +0100 Subject: [PATCH] Fix undefined constant line 677 --- setup.php-presetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php-presetup b/setup.php-presetup index cc0c523..630d63d 100644 --- a/setup.php-presetup +++ b/setup.php-presetup @@ -674,7 +674,7 @@ EOS; } else { echo "openvpn is required to generate a takey.pem
"; echo "You can create one later like this:
"; - echo "openvpn --genkey --secret". $config[private_dir] . "/takey.pem
"; + echo "openvpn --genkey --secret". $config['private_dir'] . "/takey.pem
"; }