mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed log, force old function deletion
This commit is contained in:
@@ -109,8 +109,6 @@ $stdout = \explode("\n", $stdout);
|
||||
}
|
||||
}, $stdout);
|
||||
|
||||
var_dump(json_encode($list));
|
||||
|
||||
Console::info(count($list)." functions listed in " . ($executionEnd - $executionStart) . " seconds with exit code {$exitCode}");
|
||||
|
||||
/*
|
||||
@@ -507,7 +505,7 @@ class FunctionsV1
|
||||
$stdout = '';
|
||||
$stderr = '';
|
||||
|
||||
if(Console::execute("docker stop {$first['name']}", '', $stdout, $stderr, 30) !== 0) {
|
||||
if(Console::execute("docker rm -f {$first['name']}", '', $stdout, $stderr, 30) !== 0) {
|
||||
Console::error('Failed to remove container: '.$stderr);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user