- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try adding /sbin to your PATH, as that is where ifconfig is located. Adding /usr/sbin may also work.
#!/bin/bash -f
source /etc/profile.d/CP.sh
export PATH=$PATH:/sbin
<rest of CDT script here>