summaryrefslogtreecommitdiffstats
path: root/inst
diff options
context:
space:
mode:
Diffstat (limited to 'inst')
-rwxr-xr-xinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index 44e17a5..a3f01e0 100755
--- a/inst
+++ b/inst
@@ -450,7 +450,7 @@ main()
do_ tz_setup || { do_ chroot_cleanup; do_ umount; return 1; }
do_ user_setup || { do_ chroot_cleanup; do_ umount; return 1; }
do_ install_extra || { do_ chroot_cleanup; do_ umount; return 1; }
- postinst || { do_ chroot_cleanup; do_ umount; return 1; }
+ do_ postinst || { do_ chroot_cleanup; do_ umount; return 1; }
do_ chroot_cleanup || { do_ umount; return 1; }
exec 4>&-
mkdir -p "${target}/var/log/installer"