From 44549dec29fc8a4d758f17149786cd58f1ebe57b Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 3 Aug 2022 20:32:04 +0100 Subject: [PATCH] update --- barrier-run.sh | 3 +++ run_barrier.sh | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100755 barrier-run.sh delete mode 100755 run_barrier.sh diff --git a/barrier-run.sh b/barrier-run.sh new file mode 100755 index 0000000..93ce191 --- /dev/null +++ b/barrier-run.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.0.10:24800 --disable-crypto --disable-client-cert-checking -f diff --git a/run_barrier.sh b/run_barrier.sh deleted file mode 100755 index ebda3dd..0000000 --- a/run_barrier.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -killall barriers -barriers --no-tray --debug ERROR --name $(hostname) -c ~/.config/barrier/barrier.conf --address 192.168.8.10:24800 &