Skip to content

Commit

Permalink
style: 💄 shfmt fix
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Nemchik <[email protected]>
  • Loading branch information
nemchik committed Oct 2, 2023
1 parent f0d0c94 commit 74a2820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/enable_docker_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ enable_docker_service() {
DOCKER_SERVICE_ENABLE="rc-update add docker boot"
DOCKER_SERVICE_START="service docker start"
fi
if [[ -n "${DOCKER_SERVICE_ENABLE}" ]]; then
if [[ -n ${DOCKER_SERVICE_ENABLE} ]]; then
info "Enabling docker service."
eval "sudo ${DOCKER_SERVICE_ENABLE}" > /dev/null 2>&1 || fatal "Failed to enable docker service.\nFailing command: ${F[C]}${DOCKER_SERVICE_ENABLE}"
info "Starting docker service."
Expand Down

0 comments on commit 74a2820

Please sign in to comment.