nohup: put command in backquotes (#9347)

This commit is contained in:
Irina
2022-10-26 07:51:09 +03:00
committed by GitHub
parent 12f81b7d00
commit b3b3c8c46a

View File

@@ -7,7 +7,7 @@
`nohup {{command}} {{command_arguments}}`
- Launch nohup in background mode:
- Launch `nohup` in background mode:
`nohup {{command}} {{command_arguments}} &`