VPN_KEY to VPN_PASS
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-09 15:33:41 +00:00
parent 239b74a9d7
commit 20e44a0f1f
3 changed files with 6 additions and 7 deletions

View File

@@ -171,7 +171,7 @@ function put_install_envs() {
putenv('VPN_PROXY='.$_POST["vpn"]);
if ($_POST["vpn"]=="yes") {
putenv('VPN_DOMAIN='.$_POST["vpn_domain"]);
putenv('VPN_KEY='.$_POST["vpn_key"]);
putenv('VPN_PASS='.$_POST["vpn_pass"]);
putenv('LETSENCRYPT_MAIL='.$_POST["letsencrypt_mail"]);
putenv('LETSENCRYPT_SERVERNAME='.$_POST["letsencrypt_servername"]);