mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Remove ls statement from runner.
This commit is contained in:
parent
02b826cc76
commit
d2ebb0689c
1 changed files with 0 additions and 2 deletions
|
@ -37,7 +37,5 @@ exit_code=$?
|
||||||
|
|
||||||
kill "$ep_pid" && wait "$ep_pid"
|
kill "$ep_pid" && wait "$ep_pid"
|
||||||
log "Done."
|
log "Done."
|
||||||
try cd "${MY_DIR}/../../../.."
|
|
||||||
try ls node_modules
|
|
||||||
|
|
||||||
exit "$exit_code"
|
exit "$exit_code"
|
||||||
|
|
Loading…
Reference in a new issue