7 lines
258 B
Bash
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
|