From 801b7001fe8fe2ca580246db400a6214ee7323b4 Mon Sep 17 00:00:00 2001 From: quindecim Date: Sun, 7 Mar 2021 09:24:45 +0100 Subject: [PATCH] [CONFIG] - Remove a visual issue during the installation --- customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.sh b/customize.sh index 22a2ceb..d38c418 100644 --- a/customize.sh +++ b/customize.sh @@ -47,7 +47,7 @@ fi # Copy the configuration files into the right folder if [ -d "$CONFIG_PATH" ]; then -ui_print "* Copying config, example and license files." +ui_print "* Copying the configuration files into the dnscrypt-proxy folder." cp -af $CONFIG_PATH/* /data/media/0/dnscrypt-proxy/ else abort "Configuration file (.toml) is missing!"