diff options
author | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
---|---|---|
committer | ying.yunlong <ying.yunlong@zte.com.cn> | 2017-09-21 13:51:33 +0800 |
commit | 0b3ba5a4a5125bea3f3a3b5a6412d752dc6e48c6 (patch) | |
tree | 2df68198fc1637ebd79005f60cd3710d00dcf6c4 /res/assembly/bin/initDB.sh | |
parent | 52e436b79e962defe89cf4593beceac70ea5c5e4 (diff) |
Modify vnfres code according to PEP8 standard
Change-Id: Ifa8afcb1a619c571261514b91191be9cc01520c8
Issue-ID: VFC-410
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'res/assembly/bin/initDB.sh')
-rwxr-xr-x | res/assembly/bin/initDB.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/res/assembly/bin/initDB.sh b/res/assembly/bin/initDB.sh index 5ad52f5..ec213fd 100755 --- a/res/assembly/bin/initDB.sh +++ b/res/assembly/bin/initDB.sh @@ -14,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - DIRNAME=`dirname $0` HOME=`cd $DIRNAME/; pwd` user=$1 |