Skip to content

Commit 0b13f10

Browse files
committed
README.md: Advise to append to the log file rather than truncating it
1 parent f26a7af commit 0b13f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ that domain to the server or VM's IP address.
343343
The easiest way to start a server process that survives the end of your login session is to use
344344
`bash`'s `disown` builtin:
345345
```
346-
$ ./main.ts >disown.log 2>&1 &
346+
$ ./main.ts >>disown.log 2>&1 &
347347
$ disown %1
348348
```
349349

0 commit comments

Comments
 (0)