diff options
Diffstat (limited to 'deployment/start-solo-tool.sh')
-rwxr-xr-x[-rw-r--r--] | deployment/start-solo-tool.sh | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/deployment/start-solo-tool.sh b/deployment/start-solo-tool.sh index a293a61..d1d38f7 100644..100755 --- a/deployment/start-solo-tool.sh +++ b/deployment/start-solo-tool.sh @@ -1,15 +1,9 @@ #!/usr/bin/bash -# Ensure that necessary directories exist -mkdir -p "${SESSION_DIR}" "${SONG_POOL}" - -# Get latest revision -cd "${SERVICE_DIR}" -rm -rf repo -git clone https://git.0xf7.com/solo-tool.git repo +# Get latest version +git pull # Bootstrap venv -cd repo make # Run web UI |