Fix echoing instead of logging when done stowing package

This commit is contained in:
Salt 2021-01-28 23:47:54 -06:00
parent b9ff1ce0a6
commit ec3bc04782

View File

@ -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() {