Debian 11 Support
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user