From 9dea5ce458fd19e32cce0f5198acea395e1b8b95 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 24 Mar 2020 15:59:24 +0000 Subject: [PATCH] remove hardcoded hostname --- run_barrier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_barrier.sh b/run_barrier.sh index 25915a5..23625b4 100755 --- a/run_barrier.sh +++ b/run_barrier.sh @@ -1,3 +1,3 @@ #!/bin/bash -barriers --no-tray --debug ERROR --name Arch666 -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 & +barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.0.201:24800 &