formatting fixes

This commit is contained in:
hotrush 2019-12-12 14:53:11 +03:00
parent a5e13fab3b
commit 4361c42173

View File

@ -110,13 +110,13 @@ export async function addExtensionLinux(
case '7.1gearman': case '7.1gearman':
case '7.2gearman': case '7.2gearman':
case '7.3gearman': case '7.3gearman':
// case '7.4gearman': // no 7.4 support for now, hope for 2.0.7 // case '7.4gearman': // no 7.4 support for now, hope for 2.0.7
install_command = install_command =
'sh ' + 'sh ' +
path.join(__dirname, '../src/scripts/gearman.sh') + path.join(__dirname, '../src/scripts/gearman.sh') +
' gearman-2.0.6' + ' gearman-2.0.6' +
version + version +
' >/dev/null 2>&1' ' >/dev/null 2>&1';
break; break;
default: default:
install_command = install_command =