summaryrefslogtreecommitdiffstats
path: root/server_wizard/scripts/liste_device.sh
diff options
context:
space:
mode:
Diffstat (limited to 'server_wizard/scripts/liste_device.sh')
-rwxr-xr-xserver_wizard/scripts/liste_device.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_wizard/scripts/liste_device.sh b/server_wizard/scripts/liste_device.sh
index 0f830728..0dbdba9b 100755
--- a/server_wizard/scripts/liste_device.sh
+++ b/server_wizard/scripts/liste_device.sh
@@ -31,7 +31,7 @@
liste=""
-liste=$liste"`ifconfig -a | awk ' /^eth/ { print $1"\n"$1, $4,":",$5 } '`\n"
+liste=$liste"`/sbin/ifconfig -a | /bin/awk ' /^eth/ { print $1"\n"$1, $4,":",$5 } '`\n"
# display only configured device
#for i in 0 1 2 3 ;do