This commit is contained in:
85pando 2016-01-06 14:13:39 +01:00
parent 5f3d56adca
commit e1f56a08eb
1 changed files with 3 additions and 0 deletions

3
tldr
View File

@ -23,6 +23,9 @@ config() {
cache_days=14
force_update=''
#check if config folder exists, otherwise create it
[ -d "$configdir" ] || mkdir -p "$configdir"
[ ! -f $index ] && update_index
auto_update_index
}