If you need to remove a path from the PATH variable before your script runs add this to the beginning of the script: PATH=$(echo $PATH | sed ...
確定! 回上一頁