Merge branch 'add-support-perl5.3x' into 'develop'

Added support for perl5.3x to pandora_agent_installer.

See merge request artica/pandorafms!2941
This commit is contained in:
vgilc 2019-12-10 10:59:12 +01:00
commit 7d64eabd45
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ fi
[ "$4" ] && PANDORA_PERL_PATH=$4
# Check for Perl 5.6.x or higher available
PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.[6-9]|v5.[12][0-9]' | grep perl`
PERL_VERSION=`$PANDORA_PERL_PATH -v | egrep 'v5.[6-9]|v5.[1-3][0-9]' | grep perl`
if [ -z "$PERL_VERSION" ]
then