Removed obsolette config

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
Václav Valíček 2022-08-07 21:53:54 +02:00
parent e4736671aa
commit 93d7e618fc
Signed by: valicek
GPG Key ID: FF05BDCA0C73BB31

View File

@ -1,14 +0,0 @@
#!/bin/bash
# Default values
defaultMirrorPath=$HOME/.git-mirror
defaultCachePath=$HOME/.git-mirror-cache
# Config ones - replaced with environment vars
cfgMirrorPath=${CCLONE_PATH:-$defaultMirrorPath}
cfgCachePath=${CCLONE_CACHE:-$defaultCachePath}
# modify PATH
bindir=$(dirname $(realpath $0))
PATH=$bindir:$PATH