Add cmd_verify prompt to install output; fix --insecure docs

- install.sh: print 'verify' command immediately after successful restart
  so users know to confirm the backend patch loaded before creating tasks
- README: correct --insecure description; it controls TLS to the TrueNAS
  API (where the API key is transmitted), not the S3 endpoint — previous
  wording implied it was safe to use for S3 self-signed certs
This commit is contained in:
2026-06-15 16:14:35 +00:00
parent 13b61a8ece
commit 0b597387bd
2 changed files with 11 additions and 2 deletions
+3
View File
@@ -117,6 +117,9 @@ if ! systemctl restart middlewared; then
fi
echo "Done."
echo ""
echo "Verify the backend patch loaded correctly:"
echo " python3 $PATCH_DIR/create_task.py verify"
echo ""
echo "Refresh your browser to pick up the UI change."
echo ""
echo "To create a TrueCloud Backup task with S3 or B2 credentials:"