*/*: add missing exit 0 in post-install scripts (MR 1166)

This commit is contained in:
Federico Amedeo Izzo 2020-05-10 18:08:33 +02:00 committed by Bart Ribbers
parent fd12790ead
commit 859772a915
No known key found for this signature in database
GPG key ID: 699D16185DAFAE61
2 changed files with 4 additions and 0 deletions

View file

@ -28,3 +28,5 @@ fi
# Prime swclock with a reasonable date/time on first boot
mkdir -p /run/openrc
touch /run/openrc/shutdowntime
exit 0

View file

@ -89,3 +89,5 @@ if grep -q "^initstepslew" /etc/chrony/chrony.conf; then
echo "- Modifying: /etc/chrony/chrony.conf (removing initstepslew)"
sed -i 's/^initstepslew/#initstepslew/' /etc/chrony/chrony.conf
fi
exit 0