Change the mode of devstack plugin.sh and fix typo

The mode of plugin.sh should be 664.

Change-Id: I6ef66698c3cf53608cb335245e3481d1dc595546
This commit is contained in:
Liuqing Jing 2016-02-20 12:27:05 -05:00
parent 7ac2ac1ea2
commit 806323b646

2
devstack/plugin.sh Executable file → Normal file
View File

@ -1,4 +1,4 @@
#plugin.shh - Devstack extras script to install tacker
# plugin.sh - Devstack extras script to install tacker
# Save trace setting
XTRACE=$(set +o | grep xtrace)