check PLUGIN_CHMOD if true
This commit is contained in:
parent
12f35a5741
commit
a037f0a362
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ fi
|
|||
if [ -z "$PLUGIN_CHMOD" ]; then
|
||||
PLUGIN_CHMOD=""
|
||||
else
|
||||
if [ "$PLUGIN_CHMOD" = true ]; then
|
||||
PLUGIN_CHMOD="-p"
|
||||
else
|
||||
PLUGIN_CHMOD=""
|
||||
fi
|
||||
|
||||
PLUGIN_EXCLUDE_STR=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue