Debian 11 Support

This commit is contained in:
Gregor Schulte
2021-12-14 09:50:28 +01:00
parent a61783045a
commit 97d666a794
4 changed files with 9 additions and 8 deletions

View File

@@ -31,5 +31,5 @@ foreach ($fileArray as $file)
}
}
if (trim(exec('dpkg -s php7.0-cli | grep Status: ')) != '' || trim(exec('dpkg -s php7.3-cli | grep Status: ')) != '')
if (trim(exec('dpkg -s php7.4-cli | grep Status: ')) != '' || trim(exec('dpkg -s php7.3-cli | grep Status: ')) != '')
setConfig('cron:execution.cron', time());