build - ensure plugins folder exists.
This commit is contained in:
parent
757437111e
commit
41df1bc8d3
1 changed files with 5 additions and 2 deletions
7
build
7
build
|
|
@ -37,6 +37,10 @@ go build \
|
||||||
" \
|
" \
|
||||||
cmd/neko/main.go;
|
cmd/neko/main.go;
|
||||||
|
|
||||||
|
#
|
||||||
|
# ensure plugins folder exists
|
||||||
|
mkdir -p bin/plugins
|
||||||
|
|
||||||
#
|
#
|
||||||
# if plugins are ignored
|
# if plugins are ignored
|
||||||
if [ "$skip_plugins" = "true" ];
|
if [ "$skip_plugins" = "true" ];
|
||||||
|
|
@ -54,8 +58,7 @@ then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# ensure plugins folder exits and remove old plugins
|
# remove old plugins
|
||||||
mkdir -p bin/plugins
|
|
||||||
rm -f bin/plugins/*
|
rm -f bin/plugins/*
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue