Skip to content

Commit

Permalink
fix start/stop script issues
Browse files Browse the repository at this point in the history
Signed-off-by: ywang19 <yaguang.wang@intel.com>
  • Loading branch information
ywang19 committed Jan 27, 2016
1 parent dc2b730 commit 92dc4b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/start-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#limitations under the License.
#

sh start-driver.sh
bash start-driver.sh
echo
echo "======================================================"
echo
sh start-controller.sh
bash start-controller.sh
4 changes: 2 additions & 2 deletions release/stop-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#limitations under the License.
#

sh stop-controller.sh
bash stop-controller.sh
echo
echo "======================================================"
echo
sh stop-driver.sh
bash stop-driver.sh

0 comments on commit 92dc4b8

Please sign in to comment.