mirror of
https://github.com/fluencelabs/node-distro
synced 2024-12-13 03:05:33 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
if [[ ${FLUENCE_DEPLOY_CONNECTOR} != true ]]; then
|
|
echo "removing connector builtin"
|
|
rm -rf /builtins/connector
|
|
fi
|