#!/bin/bash
set -o errexit
set -o pipefail
set -o nounset
# Uncomment this line to see each command for debugging (careful: this will show secrets!)
# set -o xtrace
# docker socket fixup
sudo bash ./devops/scripts/set_docker_sock_permission.sh