diff --git a/admin/daemon.bash b/admin/daemon.bash index 5c6ce28..35c44aa 100755 --- a/admin/daemon.bash +++ b/admin/daemon.bash @@ -13,7 +13,7 @@ reload() { # This just kind of assumes regeneration doesn't take too long. cargo build --release kill "$treehouse_pid" - cargo run --release -- serve --port 8082 --commits-only > "$build_log" 2>&1 & + cargo run --release -- serve --port 8082 > "$build_log" 2>&1 & treehouse_pid="$!" }