aboutsummaryrefslogtreecommitdiff
path: root/plugins-scripts/check_oracle.sh
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2017-01-06 18:14:55 +0100
committerGravatar Jan Wagner <waja@cyconet.org> 2017-01-06 18:14:55 +0100
commit9d8e973b93f261cbb52f5cb944f2e074c348290d (patch)
tree0b329a2131a973997fa4e4e24665de2aeed39424 /plugins-scripts/check_oracle.sh
parent5c473c8612a55cc71689bf4ba468a464bf9da197 (diff)
downloadmonitoring-plugins-9d8e973b93f261cbb52f5cb944f2e074c348290d.tar.gz
Fixing shellcheck SC2162
Diffstat (limited to 'plugins-scripts/check_oracle.sh')
-rwxr-xr-xplugins-scripts/check_oracle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_oracle.sh b/plugins-scripts/check_oracle.sh
index 9b9540a6..bfd9e8f0 100755
--- a/plugins-scripts/check_oracle.sh
+++ b/plugins-scripts/check_oracle.sh
@@ -110,7 +110,7 @@ if [ -z "$ORACLE_HOME" ] ; then
do
[ ! -f $oratab ] && continue
ORACLE_HOME=`IFS=:
- while read SID ORACLE_HOME junk;
+ while read -r SID ORACLE_HOME junk;
do
if [ "$SID" = "$2" -o "$SID" = "*" ] ; then
echo "$ORACLE_HOME";