From ec4ff4d4111838b16d5ea1632bcce8174f2bdaa1 Mon Sep 17 00:00:00 2001 From: Yumeng_Bao Date: Sat, 4 Feb 2017 21:15:12 +0800 Subject: [PATCH] Update the path of watcher dashboard enable file Change-Id: Ia0e9d58f0e7d13671ddf5ec75fc18db329470261 --- tools/register_plugin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/register_plugin.sh b/tools/register_plugin.sh index b155175..741ec7b 100755 --- a/tools/register_plugin.sh +++ b/tools/register_plugin.sh @@ -4,7 +4,7 @@ src_path=`cd "$1"; pwd` dest_path=`cd "$2"; pwd` # echo "$src_path --> $dest_path" -for filepath in $src_path/watcher_dashboard/enabled/*.py; do +for filepath in $src_path/watcher_dashboard/local/enabled/*.py; do filename=$(basename $filepath) if [ $filename != "__init__.py" ]; then echo $filepath