From 373f2bf9e1ae4b2cf5188ced7c9c5759ebb4d432 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Mon, 2 Jul 2018 20:07:39 +0100 Subject: [PATCH] Fix warning --- src/freedombone-image-customise | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index c289dbebd..f24268530 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -1932,6 +1932,7 @@ image_setup_utils() { fi # Email + # shellcheck disable=SC2086 chroot "$rootdir" $REMOVE_PACKAGES postfix # shellcheck disable=SC2086 chroot "$rootdir" $INSTALL_PACKAGES exim4 exim4-daemon-heavy sasl2-bin swaks libnet-ssleay-perl procmail @@ -1968,6 +1969,7 @@ image_setup_utils() { echo "cleanup-maildir commit:$CLEANUP_MAILDIR_COMMIT" >> "$rootdir/root/${PROJECT_NAME}-completed.txt" # web server + # shellcheck disable=SC2086 chroot "$rootdir" $REMOVE_PACKAGES_PURGE apache2 # shellcheck disable=SC2086 chroot "$rootdir" $INSTALL_PACKAGES nginx php-fpm -- GitLab