client/container: rename 'subprofile' script to 'subscript'

- Provides clarity, avoids confusion (subprofile.bash -> subscript.bash)

- Changes filename in superscript source
  * End-user must update with client command `edit type=superscript`

- Changes filename in flow subprofile's docker-finance.d
  * Pre-existing subprofiles must manually rename their subscript file
This commit is contained in:
2024-09-22 18:35:25 -07:00
parent c8d99e3f12
commit 51bf587ceb
3 changed files with 20 additions and 20 deletions

View File

@@ -20,7 +20,7 @@
# docker-finance @DOCKER_FINANCE_VERSION@
#
# Subprofile script
# Subscript (subprofile script) called by superscript
#
[ -z "$DOCKER_FINANCE_CONTAINER_CMD" ] && echo "DOCKER_FINANCE_CONTAINER_CMD not set, check installation" >&2