From d2635f0d273233eec30a5b55b19f6ee7c63f1836 Mon Sep 17 00:00:00 2001
From: Wolfgang Merkt <wxmerkt@users.noreply.github.com>
Date: Wed, 30 Jan 2019 14:15:06 +0000
Subject: [PATCH] README: Copy-pasteable command to fix TRANSIENT segfault

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a47d0cc..c39ec3e 100644
--- a/README.md
+++ b/README.md
@@ -216,8 +216,8 @@ ps -C omniNames -o pid,args
 
 If the process is not running, delete omniNames related log and backup files in `/var/lib/omniorb`. They may have different names on your computer, but most likely, something like:
 ```bash
-rm /var/lib/omniORB/omninames-<computer_name>.log
-rm /var/lib/omniORB/omninames-<computer_name>.bak
+sudo rm /var/lib/omniORB/omninames-`hostname`.log
+sudo rm /var/lib/omniORB/omninames-`hostname`.bak
 ```
 then restart the server:
 ```bash
-- 
GitLab