mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Adding rm nohup, moving starting comment to else
This commit is contained in:
parent
3f3a4477b2
commit
765b5a5622
@ -50,13 +50,14 @@ fi
|
||||
# See how we were called.
|
||||
case "$build_action" in
|
||||
start)
|
||||
echo "Starting $build_type tinderbox..."
|
||||
if test -f $build_type.pid; then
|
||||
echo "$build_type build already running with PID "`cat $build_type.pid`
|
||||
else
|
||||
echo "Starting $build_type tinderbox..."
|
||||
nohup ./build-seamonkey.pl --$build_type &
|
||||
echo "PID $!"
|
||||
echo $! > $build_type.pid
|
||||
\rm nohup.out
|
||||
fi
|
||||
;;
|
||||
stop)
|
||||
|
Loading…
Reference in New Issue
Block a user