Fix typo in portzap-install
Some checks are pending
portzap / shellcheck (push) Waiting to run

This commit is contained in:
0x1eef 2024-09-10 15:05:54 -03:00
parent b3c7942688
commit b7c19097e1

View file

@ -29,8 +29,8 @@ if [ -e "${commitfile}" ]; then
# install update # install update
commit=$(cat "${commitfile}") commit=$(cat "${commitfile}")
"${libexec}"/scripts/install -d "${installdir}" "${libexec}"/scripts/install -d "${installdir}"
"${libexec}"/scripts/install/update-deleted-files "${repodir}" "${installdir}" "${commit}" "${libexec}"/scripts/update-deleted-files "${repodir}" "${installdir}" "${commit}"
"${libexec}"/scripts/install/update-changed-files "${repodir}" "${installdir}" "${commit}" "${libexec}"/scripts/update-changed-files "${repodir}" "${installdir}" "${commit}"
else else
## ##
# install from scratch # install from scratch