formatting fixes
This commit is contained in:
parent
a5e13fab3b
commit
4361c42173
1 changed files with 7 additions and 7 deletions
|
|
@ -110,13 +110,13 @@ export async function addExtensionLinux(
|
|||
case '7.1gearman':
|
||||
case '7.2gearman':
|
||||
case '7.3gearman':
|
||||
// case '7.4gearman': // no 7.4 support for now, hope for 2.0.7
|
||||
install_command =
|
||||
'sh ' +
|
||||
path.join(__dirname, '../src/scripts/gearman.sh') +
|
||||
' gearman-2.0.6' +
|
||||
version +
|
||||
' >/dev/null 2>&1'
|
||||
// case '7.4gearman': // no 7.4 support for now, hope for 2.0.7
|
||||
install_command =
|
||||
'sh ' +
|
||||
path.join(__dirname, '../src/scripts/gearman.sh') +
|
||||
' gearman-2.0.6' +
|
||||
version +
|
||||
' >/dev/null 2>&1';
|
||||
break;
|
||||
default:
|
||||
install_command =
|
||||
|
|
|
|||
Loading…
Reference in a new issue