Fix echoing instead of logging when done stowing package
This commit is contained in:
parent
b9ff1ce0a6
commit
ec3bc04782
@ -136,7 +136,7 @@ stow() {
|
||||
ln -s "$path" "$filename"
|
||||
fi
|
||||
done
|
||||
echo "Done stowing package: $1" 1
|
||||
log "Done stowing package: $1" 1
|
||||
popd > /dev/null 2>&1
|
||||
}
|
||||
unstow() {
|
||||
|
Loading…
Reference in New Issue
Block a user