add ability to ignore vault install script
This commit is contained in:
parent
9e419973f3
commit
c06950e2a0
1 changed files with 10 additions and 8 deletions
|
@ -36,4 +36,6 @@ echo "chowned"
|
|||
|
||||
echo "$MOUNT_SOURCE -> $MOUNT_TARGET"
|
||||
|
||||
if [[ -z $NO_INSTALL_VAULT ]]; then
|
||||
"$MOUNT_TARGET/install"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue