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