From f8a2b63dafe11c7515a319b3cc2afd9586e3a6d1 Mon Sep 17 00:00:00 2001 From: Yaroslav Konoplov Date: Fri, 16 Mar 2018 12:50:34 +0200 Subject: [PATCH] Change path from /opt/peatio to /opt/peatio-trading-ui in bin/link_config (fixes #1) --- bin/link_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/link_config b/bin/link_config index 875ea1f..e8eaf60 100755 --- a/bin/link_config +++ b/bin/link_config @@ -3,7 +3,7 @@ require 'pathname' require 'fileutils' -src_root = Pathname.new('/opt/peatio/config') +src_root = Pathname.new('/opt/peatio-trading-ui/config') dest_root = Pathname.new(File.expand_path('../../config', __FILE__)) Dir[src_root.join('**/*.yml').to_s].each do |f|