double quote variable for consistency

This commit is contained in:
Alessandro Lannocca 2024-06-09 17:03:47 +02:00 committed by Igor Pecovnik
parent c7458b03af
commit bf63467353
No known key found for this signature in database
GPG Key ID: AC67DF56D680226A

View File

@ -56,7 +56,7 @@ function build_rootfs_and_image() {
LOG_SECTION="apt_lists_copy_from_host_to_image_and_update" do_with_logging apt_lists_copy_from_host_to_image_and_update LOG_SECTION="apt_lists_copy_from_host_to_image_and_update" do_with_logging apt_lists_copy_from_host_to_image_and_update
# creating xapian index that synaptic runs faster # creating xapian index that synaptic runs faster
if [[ "${BUILD_DESKTOP}" == yes && ${BETA} != "yes" && -f "${SDCARD}/usr/sbin/update-apt-xapian-index" ]]; then if [[ "${BUILD_DESKTOP}" == yes && "${BETA}" != "yes" && -f "${SDCARD}/usr/sbin/update-apt-xapian-index" ]]; then
display_alert "Recreating Synaptic search index" "Please wait - updating Xapian index for image" "info" display_alert "Recreating Synaptic search index" "Please wait - updating Xapian index for image" "info"
chroot_sdcard "/usr/sbin/update-apt-xapian-index -u" chroot_sdcard "/usr/sbin/update-apt-xapian-index -u"
fi fi