summaryrefslogtreecommitdiff
path: root/src/appMain/core.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/appMain/core.sh')
-rw-r--r--src/appMain/core.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appMain/core.sh b/src/appMain/core.sh
index 1ea1747f1f..a8e7d8c82c 100644
--- a/src/appMain/core.sh
+++ b/src/appMain/core.sh
@@ -46,7 +46,7 @@ function core_stop() {
if [ -f "$CORE_PID_FILE" ]; then
rm $CORE_PID_FILE
fi
- return $RET
+ return $RESULT
}
if [ x$1 == xstop ]; then