8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

This should fix bug reported by Gabor: ./install.sh: 1570: [: /opt/firebird: unexpected operator

This commit is contained in:
AlexPeshkoff 2016-12-27 16:27:35 +03:00
parent 239bda87aa
commit 94bdb099b5
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ EOF
chown root:root $initScript
chmod u=rwx,g=rx,o=r $initScript
if [ "${fb_install_prefix}" == "${default_prefix}" ]
if [ "${fb_install_prefix}" = "${default_prefix}" ]
then
# RedHat and Mandrake specific
if [ -x /sbin/chkconfig ]

View File

@ -1175,7 +1175,7 @@ extractBuildroot() {
# depending upon presence of startup script starts super or classic server
startFirebird() {
if [ "${fb_install_prefix}" == "${default_prefix}" ]
if [ "${fb_install_prefix}" = "${default_prefix}" ]
then
if standaloneServerInstalled; then
startService