Update the path of watcher dashboard enable file

Change-Id: Ia0e9d58f0e7d13671ddf5ec75fc18db329470261
This commit is contained in:
Yumeng_Bao 2017-02-04 21:15:12 +08:00
parent da5cda0f99
commit ec4ff4d411

View File

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