[CONFIG] - Remove a visual issue during the installation
This commit is contained in:
parent
839fbfefcd
commit
801b7001fe
|
@ -47,7 +47,7 @@ fi
|
||||||
|
|
||||||
# Copy the configuration files into the right folder
|
# Copy the configuration files into the right folder
|
||||||
if [ -d "$CONFIG_PATH" ]; then
|
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/
|
cp -af $CONFIG_PATH/* /data/media/0/dnscrypt-proxy/
|
||||||
else
|
else
|
||||||
abort "Configuration file (.toml) is missing!"
|
abort "Configuration file (.toml) is missing!"
|
||||||
|
|
Loading…
Reference in New Issue