05-17-2020, 09:29 PM
Saludo [member=18777]Mikix[/member] !
El problema esta en la ultima linea, edita el archivo
Para que quede asi
El problema esta en la ultima linea, edita el archivo
Code:
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
mesg n || true
Para que quede asi
Code:
# ~/.profile: executed by Bourne-compatible login shells.
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
if `tty -s`; then
mesg n
fi
Without each others help there ain't no hope for us
Need a translation service? https://www.deepl.com/es/translator
Need a translation service? https://www.deepl.com/es/translator