fix: remove temporary cloudflared config
This commit is contained in:
parent
2c1b3d5790
commit
55ed0f2374
@ -40,6 +40,11 @@ class ConfigureCloudflared
|
||||
} catch (\Throwable $e) {
|
||||
ray($e);
|
||||
throw $e;
|
||||
} finally {
|
||||
$commands = collect([
|
||||
"rm -fr /tmp/cloudflared",
|
||||
]);
|
||||
instant_remote_process($commands, $server);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user