files: log when creating home file links
This commit is contained in:
parent
9206f363ff
commit
4fce730326
|
@ -168,6 +168,8 @@ in
|
|||
in
|
||||
''
|
||||
function linkNewGen() {
|
||||
echo "Creating home file links in $HOME"
|
||||
|
||||
local newGenFiles
|
||||
newGenFiles="$(readlink -e "$newGenPath/home-files")"
|
||||
find "$newGenFiles" -type f -print0 -or -type l -print0 \
|
||||
|
|
Loading…
Reference in a new issue