summaryrefslogtreecommitdiffstats
path: root/etc/rc.network
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network8
1 files changed, 2 insertions, 6 deletions
diff --git a/etc/rc.network b/etc/rc.network
index 0482474..eb1ee91 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -754,12 +754,8 @@ network_pass3() {
;;
esac
- if [ -n "${amd_flags}" ]; then
- amd -p ${amd_flags}\
- > /var/run/amd.pid 2> /dev/null
- else
- amd 2> /dev/null
- fi
+ amd -p ${amd_flags}\
+ > /var/run/amd.pid 2> /dev/null
;;
esac
else
OpenPOWER on IntegriCloud