...
Code Block | ||
---|---|---|
| ||
cd /opt/dell/srvadmin/etc/openmanage/oma/ini/ grep "preferences.system.smtp" oma.properties if [ $? -eq 0 ]; then sed -i 's/^preferences.system.smtp=.*/preferences.system.smtp=smtp.pd.infn.it/' oma.properties else echo "preferences.system.smtp=smtp.pd.infn.it" >> oma.properties fi |
...
Page properties | ||
---|---|---|
| ||
|