aboutsummaryrefslogtreecommitdiffstats
path: root/snmptrap/healthcheck.sh
diff options
context:
space:
mode:
Diffstat (limited to 'snmptrap/healthcheck.sh')
-rwxr-xr-xsnmptrap/healthcheck.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/snmptrap/healthcheck.sh b/snmptrap/healthcheck.sh
index 8fe063b..2b6de5d 100755
--- a/snmptrap/healthcheck.sh
+++ b/snmptrap/healthcheck.sh
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/bin/sh
# ============LICENSE_START=======================================================
-# Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2018-2021 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -22,4 +22,4 @@
# health check call.
# run standard status command, exit with results
-/opt/app/snmptrap/bin/snmptrapd.sh status > /dev/null 2>&1
+/opt/app/snmptrap/bin/snmptrapd.sh status