TERM environment variable not set

前端 未结 4 401
花落未央
花落未央 2020-12-01 05:14

I have a file.sh with this, when run show : TERM environment variable not set.

smbmount //172.16.44.9/APPS/Interfas/HERRAM/sc5 /mnt/siscont5 -o 
iocharset=ut         


        
4条回答
  •  余生分开走
    2020-12-01 05:35

    You can see if it's really not set. Run the command set | grep TERM.

    If not, you can set it like that: export TERM=xterm

提交回复
热议问题