summarylogtreecommitdiffstats
path: root/lsa_launcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lsa_launcher.sh')
-rw-r--r--lsa_launcher.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsa_launcher.sh b/lsa_launcher.sh
index 0aa18a9de7e0..45bb422c2cbc 100644
--- a/lsa_launcher.sh
+++ b/lsa_launcher.sh
@@ -7,7 +7,7 @@ start() {
if pgrep -x "LSA" > /dev/null; then
killall -15 LSA
fi
- ./LSA start
+ ./LSA -start
}
stop() {
@@ -23,7 +23,7 @@ server_start() {
./nginx -p .
}
-stop_start() {
+server_stop() {
cd "${pwd}/server"
./nginx -s stop -p .
}