sonarqube/stop.sh
2014-11-03 11:55:30 +01:00

12 lignes
221 B
Bash
Fichiers exécutables

#!/bin/sh
# Shortcut to stop server. It must be already built.
if [[ "$OSTYPE" == "darwin"* ]]; then
OS='macosx-universal-64'
else
OS='linux-x86-64'
fi
sh sonar-application/target/sonarqube-*/bin/$OS/sonar.sh stop