1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 09:28:32 +02:00

home-environment: only notify about path deletion on verbose output

This commit is contained in:
Cornelius Mika 2017-08-17 10:16:28 +02:00 committed by Robert Helgesson
parent da5b7bea78
commit 1eee82272a
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -313,7 +313,7 @@ in
elif [[ ! "$(readlink "$targetPath")" =~ "${pattern}" ]] ; then
warnEcho "Path '$targetPath' not link into Home Manager generation. Skipping delete."
else
echo "Checking $targetPath gone (deleting)"
$VERBOSE_ECHO "Checking $targetPath gone (deleting)"
$DRY_RUN_CMD rm $VERBOSE_ARG "$targetPath"
# Recursively delete empty parent directories.