Browse Source

chore: remove key from log

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/7612/head
Pranav C 5 months ago
parent
commit
e88cf7ff27
  1. 1
      docker-compose/setup-script/noco.sh

1
docker-compose/setup-script/noco.sh

@ -177,7 +177,6 @@ if [ -n "$EDITION" ] && { [ "$EDITION" = "EE" ] || [ "$EDITION" = "ee" ]; }; the
echo "License key is required for Enterprise Edition installation"
exit 1
fi
message_arr+=("License key: $LICENSE_KEY")
fi
echo "Do you want to enabled Watchtower for automatic updates [Y/N] (default: Y): "

Loading…
Cancel
Save