02-15-2021, 03:10 PM
Hello,
For scp assure that .bashrc echo nothing
add at top of bashrc test if interactive
# if not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
inspired from ubuntu .bashrc
sorry for bad english
For scp assure that .bashrc echo nothing
add at top of bashrc test if interactive
# if not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
inspired from ubuntu .bashrc
sorry for bad english