diff --git a/usr/lib/archboot/installer/quicksetup.sh b/usr/lib/archboot/installer/quicksetup.sh index dab79af66..5d49115fc 100644 --- a/usr/lib/archboot/installer/quicksetup.sh +++ b/usr/lib/archboot/installer/quicksetup.sh @@ -88,7 +88,7 @@ _auto_create_filesystems() { fi _COUNT=$((_COUNT+_PROGRESS_COUNT)) done - progress "100" "Filesystems created successfully." + _progress "100" "Filesystems created successfully." sleep 2 } _autoprepare() {