16
0
Files
az-cli-container/config.sh
2025-07-04 17:10:35 +02:00

7 lines
258 B
Bash

#!/usr/bin/bash
# We need the home directory such that flake-pilot can map the /home
# directory tree from the system into the container. This is needed to
# afford a user access to their aws configuration file.
mkdir -p /home/deltacontainer
chmod 755 /home