mirror of
https://github.com/guezoloic/serverconfig.git
synced 2026-01-25 07:34:23 +00:00
feat(docker-compose.sh): add --install statement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user