I created a script to get in inside an Access Point (AP) using ssh and execute some commands and I used expect to interact with shell. The scripts works fine when it is running on foreground, but when I try to execute the same script in background using & to fork the process, it stop at spawn ssh command at
Tag: tcl
modulefile – module unload is not unsetting environment variables
I have a very simple modulefile: And here is my command line: According to the modulefile man page unload module command was supposed to turn all setenv’s to unsetenv but it doesn’t seem to be working. Does anyone know what I might be doing wrong here? More information: For those unfamiliar with modulefiles (they do not seem to be that