ws_bucket/jenkins/deploy.sh
2019-03-27 18:29:19 -04:00

10 lines
237 B
Bash
Executable File

#!/bin/bash
export WSBROOT="ws_bucket"
screen -S ws_bucket -X quit
echo "starting ws_bucket"
screen -S ws_bucket -d -m bash -c "cd ${WSBROOT} && chmod +x ws_bucket && source ~/.bashrc && ./ws_bucket 2> stderr.txt"
sleep 1
screen -list