mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 10:10:46 +01:00
@@ -118,7 +118,9 @@ release_update() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
env PAGER="/bin/cat" freebsd-update ${OPTION} --not-running-from-cron -b "${bastille_releasesdir}/${TARGET}" \
|
env PAGER="/bin/cat" freebsd-update ${OPTION} --not-running-from-cron -b "${bastille_releasesdir}/${TARGET}" \
|
||||||
fetch install --currently-running "${TARGET_TRIM}"
|
fetch --currently-running "${TARGET_TRIM}"
|
||||||
|
env PAGER="/bin/cat" freebsd-update ${OPTION} --not-running-from-cron -b "${bastille_releasesdir}/${TARGET}" \
|
||||||
|
install --currently-running "${TARGET_TRIM}"
|
||||||
else
|
else
|
||||||
error_exit "${TARGET} not found. See 'bastille bootstrap'."
|
error_exit "${TARGET} not found. See 'bastille bootstrap'."
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user