Update StartXWW.sh
Removed nohup to keep from flushing to disk.
This commit is contained in:
parent
58536a1b8d
commit
a49adad5f0
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
### nohup is needed to keep child process alive from java's
|
||||
xterm -e nohup ~/.animatedBGstarter.sh
|
||||
xterm -e nohup ~/.animatedBGstarter2.sh
|
||||
xterm -e ~/.animatedBGstarter.sh
|
||||
xterm -e ~/.animatedBGstarter2.sh
|
||||
|
|
Loading…
Reference in New Issue