summarylogtreecommitdiffstats
path: root/lsi-msm.install
diff options
context:
space:
mode:
Diffstat (limited to 'lsi-msm.install')
-rw-r--r--lsi-msm.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/lsi-msm.install b/lsi-msm.install
index d54910d7b082..1c42c2f2e293 100644
--- a/lsi-msm.install
+++ b/lsi-msm.install
@@ -23,14 +23,14 @@ ${green}==>${all_off} First Steps needed for run '${bold}LSI MegaRAID SNMP Agent
_instructions_update() {
printf "${yellow}==>${all_off} ${bold}ATENTION:${all_off}\n"
- if [ -f /etc/snmp/snmpd.conf ]; then
- printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is not found.
- ${blue}->${all_off} Please Create and put this content:
+ if [ -f /etc/snmp/snmpd.conf ]; then
+ printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is found.
+ ${blue}->${all_off} Please make sure if have this content:
'${bold}pass .1.3.6.1.4.1.3582 /usr/bin/lsi_mrdsnmpmain${all_off}'
before start/restart the '${bold}LSI MegaRAID SNMP Agent${all_off}' service.\n"
else
- printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is found.
- ${blue}->${all_off} Please make sure if have this content:
+ printf "${green}==>${all_off} The file '${bold}/etc/snmp/snmpd.conf${all_off}' is not found.
+ ${blue}->${all_off} Please Create and put this content:
'${bold}pass .1.3.6.1.4.1.3582 /usr/bin/lsi_mrdsnmpmain${all_off}'
before start/restart the '${bold}LSI MegaRAID SNMP Agent${all_off}' service.\n"
fi