
| Key: |
XX-1503
|
| Type: |
Improvement
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Sakeeb S
|
| Reporter: |
Sakeeb S
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Most of the scripts in sipx/bin use /bin/bash as the interpreter. But a few ( as listed below ) use /bin/sh as the interpreter. So in systems where /bin/sh and /bin/bash is different, it'll cause some difficutlies like taking different nvironemnt variables
The following are the scripts ( source ) which use /bin/sh as interpreter
bin/bin/ssl-cert/create-ssl-keystore.sh
bin/bin/ssl-cert/create-ssl-truststore.sh
The attached patch "ssipXconfig.bash.patch" will change the above scripts to use /bin/bash as the interpreter
|
|
Description
|
Most of the scripts in sipx/bin use /bin/bash as the interpreter. But a few ( as listed below ) use /bin/sh as the interpreter. So in systems where /bin/sh and /bin/bash is different, it'll cause some difficutlies like taking different nvironemnt variables
The following are the scripts ( source ) which use /bin/sh as interpreter
bin/bin/ssl-cert/create-ssl-keystore.sh
bin/bin/ssl-cert/create-ssl-truststore.sh
The attached patch "ssipXconfig.bash.patch" will change the above scripts to use /bin/bash as the interpreter |
Show » |
Sort Order:
|
use bash command shell consistently in all scripts
(applied patch from Sakeeb - thanks)