change repo path from /opt to /opt/hantim
/opt already exists on Linux systems and git clone refuses to clone into a non-empty directory.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
cd /opt && git pull && cd docker/timothykim.net && docker compose pull && docker compose up -d
|
||||
cd /opt/hantim && git pull && cd docker/timothykim.net && docker compose pull && docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user