UNCLASSIFIED

Commit fbb32b5e authored by Mark Hermeling's avatar Mark Hermeling
Browse files

Update codesonar-exec.sh

parent 95c9918c
Pipeline #207583 passed with stages
in 22 minutes and 41 seconds
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
echo "Starting hub in /home/codesonar/hub" echo "Starting hub in /home/codesonar/hub"
echo -e "$1\n$1\n" | /opt/codesonar/codesonar/bin/codesonar hub-start /home/codesonar/hub 0.0.0.0:7340 echo -e "$1\n$1\n" | /opt/codesonar/codesonar/bin/codesonar hub-start /home/codesonar/hub 0.0.0.0:7340
echo "Hub password is $1"
echo "Hub started..." echo "Hub started..."
while [ 1 ] while [ 1 ]
do do
echo "Hub running" echo "Hub running"
sleep 60 sleep 60
done done
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment