mirror of
https://github.com/drone/drone-git.git
synced 2026-07-06 16:02:43 +08:00
improve logs indicating HOME directory created
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user