Skip to content
Snippets Groups Projects
Commit c30bd32a authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug in the entrypoint if the /home/metauser folder is not present.

parent 9814ea24
Branches
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ else
:
else
echo "[INFO] Setting up home"
mkdir -p /home/metauser
# Copy over vanilla home contents
for x in /metauser_home_vanilla/* /metauser_home_vanilla/.[!.]* /metauser_home_vanilla/..?*; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment