We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e962465 commit 5ab11ebCopy full SHA for 5ab11eb
bin/v_add_sys_ip
@@ -62,7 +62,7 @@ iconf='/etc/sysconfig/network-scripts/ifcfg'
62
rconf='/etc/httpd/conf.d/rpaf.conf'
63
64
# Adding ip
65
-ifconfig "$iface" "$ip" netmask "$mask"
+/sbin/ifconfig "$iface" "$ip" netmask "$mask"
66
67
# Adding startup script
68
ip_add_startup
bin/v_del_sys_ip
@@ -56,7 +56,7 @@ rconf='/etc/httpd/conf.d/rpaf.conf'
56
user="$(get_sys_ip_value '$OWNER')"
57
58
# Deleting interface
59
-ifconfig "$interface" down
+/sbin/ifconfig "$interface" down
60
61
# Deleting startup script
rm -f $iconf-$interface
0 commit comments