improve logs indicating HOME directory created

This commit is contained in:
Brad Rydzewski 2021-05-04 21:17:22 -04:00
parent 9a0e8cc9d6
commit 41c2120a63
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fi
# be created.
if [ ! -d "${HOME}" ]; then
echo "HOME directory does not exist; creating HOME"
echo "HOME directory does not exist; creating ${HOME}"
mkdir -p ${HOME}
fi