зеркало из https://github.com/mozilla/gecko-dev.git
Adding rm nohup, moving starting comment to else
This commit is contained in:
Родитель
3f3a4477b2
Коммит
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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче