feat(docker-compose.sh): add --install statement

This commit is contained in:
2025-07-31 15:11:06 +02:00
parent 6beeb2738b
commit 06ed6c5607
5 changed files with 37 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ if [[ "--install" == $INSTALLED ]]; then
create_env_variable "AWS" "$AWS_client"
read -p "Enter endpoint server (leave empty to not define it): " ENDPOINT_server
[[ ! -n $ENDPOINT_server ]] && create_env_variable "ENDPOINT" "$ENDPOINT_server"
[[ -n $ENDPOINT_server ]] && create_env_variable "ENDPOINT" "$ENDPOINT_server"
info_print "AWS configuration."
aws configure