formatting fixes
This commit is contained in:
parent
a5e13fab3b
commit
4361c42173
@ -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 =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user