diff options
author | 2025-05-20 10:39:04 +0200 | |
---|---|---|
committer | 2025-05-20 10:39:04 +0200 | |
commit | 740fb8e58a287418efe3947ad756168b50d00c06 (patch) | |
tree | 93f1762f502c34ecf16e8530bcefda4a50ebbab0 | |
parent | c06529944f82e052b2ee9cd1ecb1c7db94bbb26e (diff) | |
download | vpn-740fb8e58a287418efe3947ad756168b50d00c06.tar.gz vpn-740fb8e58a287418efe3947ad756168b50d00c06.zip |
Add the variable CONF_FILE
-rwxr-xr-x | vpn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ # Configurations CONF_DIR=YOUR_CONFIG_DIR +CONF_FILE=YOUR_CONFIG_FILE TYPE=THE_DEFAULT_VPN set_terminal_title() |