Also kill stray running servers
This commit is contained in:
@@ -64,6 +64,11 @@ run('npm', ['install'], () => {
|
|||||||
'ps -ef | grep -v grep | grep \'/Applications/Firefox.app/Contents/MacOS/firefox-bin\'' +
|
'ps -ef | grep -v grep | grep \'/Applications/Firefox.app/Contents/MacOS/firefox-bin\'' +
|
||||||
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
], waitFor());
|
], waitFor());
|
||||||
|
|
||||||
|
run('bash', ['-c',
|
||||||
|
'lsof | grep \'TCP .*:hbci (LISTEN)\'' +
|
||||||
|
' | awk \'{print $2}\' | while read x; do kill $x; done'
|
||||||
|
], waitFor());
|
||||||
}
|
}
|
||||||
}).nThen((waitFor) => {
|
}).nThen((waitFor) => {
|
||||||
run('bower', ['install'], waitFor());
|
run('bower', ['install'], waitFor());
|
||||||
|
|||||||
Reference in New Issue
Block a user