Skip to content

Commit

Permalink
test: fix install_lxcfs_on_centos.sh path error
Browse files Browse the repository at this point in the history
Signed-off-by: letty <[email protected]>
  • Loading branch information
Letty5411 committed Jan 18, 2018
1 parent 7d28bc3 commit 0afbd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function install_pouch ()
# MUST stop lxcfs service, so pouchd could take over it.
service lxcfs stop
else
$DIR/pouch/hack/install_lxcfs_on_centos.sh
sh -x $DIR/hack/install_lxcfs_on_centos.sh
fi
}

Expand Down

0 comments on commit 0afbd4d

Please sign in to comment.