Update the path of watcher dashboard enable file
Change-Id: Ia0e9d58f0e7d13671ddf5ec75fc18db329470261
This commit is contained in:
parent
da5cda0f99
commit
ec4ff4d411
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user