parse error
This commit is contained in:
parent
791e6e7e69
commit
abdf2dc15a
@ -170,7 +170,7 @@ class Cana extends Cana_Model {
|
||||
|
||||
if ($async) {
|
||||
try {
|
||||
$log = getenv('TRAVIS') ? '/dev/null' ? '/var/log/timeout';
|
||||
$log = getenv('TRAVIS') ? '/dev/null' : '/var/log/timeout';
|
||||
exec('nohup '.$cmd.' >> '.$log.' 2>&1 &');
|
||||
} catch (Exception $e) {
|
||||
Crunchbutton_Log::error([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user