fix: make sure proxy path created

This commit is contained in:
Andras Bacsai
2023-09-23 11:53:30 +02:00
parent 78b9166bdb
commit 9bc61a0a17
3 changed files with 3 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ class CheckConfiguration
{
$proxy_path = get_proxy_path();
$proxy_configuration = instant_remote_process([
"mkdir -p $proxy_path",
"cat $proxy_path/docker-compose.yml",
], $server, false);