Skip to content

Commit

Permalink
Adjust logging in 'install_aur_software'
Browse files Browse the repository at this point in the history
  • Loading branch information
theDrake committed May 16, 2022
1 parent 0a78755 commit 3da8280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gdl
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,7 @@ root ALL=(yaybuilder) NOPASSWD: ALL' >/mnt/etc/sudoers.d/yaybuilder
failed_packages+="${package} "
fi
else
log "* '${package}' successfully installed"
log "* Installed '${package}'"
fi
done
if [[ -n "${failed_packages}" ]]; then
Expand Down Expand Up @@ -2463,7 +2463,7 @@ install: ${failed_packages}" || break
*) failed_packages+="${package} " ;;
esac
done
[[ -n "${failed_packages}" ]] && echo "Failed package(s): ${failed_packages}"
[[ -n "${failed_packages}" ]] && log "Failed package(s): ${failed_packages}"

# Clean things up
log "Cleaning up..."
Expand Down

0 comments on commit 3da8280

Please sign in to comment.