Removed obsolette config
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
parent
e4736671aa
commit
93d7e618fc
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user