From b840654313d6c3d1ced246db383e9e3ccc5783e1 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 7 Jan 2020 19:43:46 -0700 Subject: updates --- scripts/bin/run-once | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bin/run-once b/scripts/bin/run-once index 56f3709..214665b 100755 --- a/scripts/bin/run-once +++ b/scripts/bin/run-once @@ -1,7 +1,10 @@ #! /bin/bash +# run_keybase -a doesn't work +export KEYBASE_AUTOSTART=1 + # Run program unless it's already running. if [ -z "`ps -Af | grep -o -w ".*$1" | grep -v grep | grep -v run-once`" ]; then $@ -fi \ No newline at end of file +fi -- cgit v1.2.1