mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
build - ensure plugins folder exists.
This commit is contained in:
parent
757437111e
commit
41df1bc8d3
7
build
7
build
@ -37,6 +37,10 @@ go build \
|
||||
" \
|
||||
cmd/neko/main.go;
|
||||
|
||||
#
|
||||
# ensure plugins folder exists
|
||||
mkdir -p bin/plugins
|
||||
|
||||
#
|
||||
# if plugins are ignored
|
||||
if [ "$skip_plugins" = "true" ];
|
||||
@ -54,8 +58,7 @@ then
|
||||
fi
|
||||
|
||||
#
|
||||
# ensure plugins folder exits and remove old plugins
|
||||
mkdir -p bin/plugins
|
||||
# remove old plugins
|
||||
rm -f bin/plugins/*
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user