Fix PLUGIN_CHMOD checking
This commit is contained in:
parent
50480b39a1
commit
8dcca4fef9
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ if [ -z "$PLUGIN_CHMOD" ]; then
|
|||
PLUGIN_CHMOD=""
|
||||
else
|
||||
if [ "$PLUGIN_CHMOD" = true ]; then
|
||||
PLUGIN_CHMOD="-p"
|
||||
else
|
||||
PLUGIN_CHMOD=""
|
||||
else
|
||||
PLUGIN_CHMOD="-p"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue