Skip to content

Commit

Permalink
systemd.eclass: Add missing ||die on ntp file writes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Dec 1, 2015
1 parent 0713b17 commit 3018289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/systemd.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ systemd_enable_ntpunit() {
if [[ ! -f "${D}${unitdir}/${s}" ]]; then
die "ntp-units.d provider ${s} not installed (yet?) in \${D}."
fi
echo "${s}" >> "${T}"/${ntpunit_name}.list
echo "${s}" >> "${T}"/${ntpunit_name}.list || die
done

(
Expand Down

0 comments on commit 3018289

Please sign in to comment.