updated script

This commit is contained in:
Marvin Zhang
2022-05-31 09:33:16 +08:00
parent ba46f44463
commit 522a78fee2

View File

@@ -4,6 +4,8 @@ function install_plugin() {
# plugins executables directory
local bin_path="/app/plugins/bin"
if [ -d $bin_path ]; then
:
else
mkdir "$bin_path"
fi