Add #!/bin/bash to devstack/common_settings

This helps text editors know the file type and adjust syntax
highlighting correctly.

Change-Id: Id2967d069a0ac443edff06ea037c428559481a5b
This commit is contained in:
John L. Villalovos 2017-08-25 13:16:43 -07:00
parent fbb0e3e674
commit 44a2b3cb9c

View File

@ -1,3 +1,5 @@
#!/bin/bash
if [[ -f $TOP_DIR/../../old/devstack/.localrc.auto ]]; then
source <(cat $TOP_DIR/../../old/devstack/.localrc.auto | grep -v 'enable_plugin')
fi