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

@@ -31,7 +31,7 @@ class StartProxy
"command -v lsof >/dev/null || apt-get update",
"command -v lsof >/dev/null || apt install -y lsof",
"command -v lsof >/dev/null || command -v fuser >/dev/null || apt install -y psmisc",
"cd $proxy_path",
"mkdir -p $proxy_path && cd $proxy_path",
"echo '####### Creating Docker Compose file...'",
"echo '####### Pulling docker image...'",
'docker compose pull || docker-compose pull',