Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent 055b7de0ad
commit 017c9fc55b

@ -20,14 +20,14 @@ ret_val=$?
if [ $ret_val -ne 0 ]; then
echo "$result"
echo "abort..."
echo "Some services running, abort start"
exit 1
fi
# Call the main function
result=$(start_binaries)
openim::log::status $result
$OPENIM_SCRIPTS/check.sh

Loading…
Cancel
Save