Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
Steve_Payne
Participant

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>

View solution in original post

(1)
Who rated this post