From 552c32c5e9378b85e52c420c4dd2d7ccc827556f Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 5 Oct 2015 20:32:10 +0200 Subject: Move main binary to gocryptfs_main That way the wrapper shell script can be named just "gocryptfs" --- gocryptfs.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 gocryptfs.sh (limited to 'gocryptfs.sh') diff --git a/gocryptfs.sh b/gocryptfs.sh deleted file mode 100755 index 689708c..0000000 --- a/gocryptfs.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Run the gocryptfs process in the background - -set -eu - -dir=$(dirname "$0") - -# This needs user input and cannot run in the background -if [[ $* == *--init* ]]; then - "$dir/gocryptfs" $* -else - "$dir/gocryptfs" $* & disown -fi -- cgit v1.2.3