diff --git a/setup.php-presetup b/setup.php-presetup index b26ca01..5f40688 100644 --- a/setup.php-presetup +++ b/setup.php-presetup @@ -655,7 +655,7 @@ EOS; print '

Creating a TLS authentication key used by OpenVPN.
'; print "Saving to $store_dir/takey.pem.

"; - $cmd = $command . " --genkey --secret '$config[private_dir]/takey.pem'"; + $cmd = "openvpn --genkey --secret '$config[private_dir]/takey.pem'"; print $cmd.'
'; flush(); flush_exec($cmd);