[CONFIG] - Remove a visual issue during the installation

This commit is contained in:
quindecim 2021-03-07 09:24:45 +01:00
parent 839fbfefcd
commit 801b7001fe
1 changed files with 1 additions and 1 deletions

View File

@ -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!"