*/*: add missing exit 0 in post-install scripts (MR 1166)
This commit is contained in:
parent
fd12790ead
commit
859772a915
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue