Update community.applications.plg

This commit is contained in:
Squidly271 2021-10-19 20:26:58 -04:00
parent 1d2ecbb385
commit a13539b275

View File

@ -1705,11 +1705,11 @@ THIS IS A REQUIRED UPDATE
<?
$version = parse_ini_file("/etc/unraid-version");
if ( version_compare($version['version'],"6.9.0", "<") )
if ( version_compare($version['version'],"6.8.0", "<") )
{
echo "********************************************************************\n";
echo "\n";
echo "Community Applications Requires unRaid version 6.9.0 or greater to run\n";
echo "Community Applications Requires unRaid version 6.8.0 or greater to run\n";
echo "\n";
echo "********************************************************************\n";
exit(1);