| Set environment variable at bootup process |
| Written by webmaster | |
| Thursday, 31 January 2008 | |
|
I am trying to set an environment variable at bootup process. I created a script startup_script: Code: --------- #! /bin/sh echo “Entering custom startup script… “ export ANT_HOME=”/usr/local/ant” echo “Leaving custom startup script… “ Read more at: http://ubuntuforums.org/showthread.php?t=683516&goto=newpost |
| < Prev | Next > |
|---|