From 0d34361a7e97487b384182e076b1a3eba5d1bf2b Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 20 Jul 2024 18:22:21 -0700 Subject: [PATCH] Add set -u to dom0 --- dom0.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dom0.sh b/dom0.sh index 7d39042..539dcbf 100644 --- a/dom0.sh +++ b/dom0.sh @@ -14,7 +14,7 @@ # License for the specific language governing permissions and limitations under # the License. -set -e +set -eu # Enabling discard and fstrim sudo sed -i 's/issue_discards = 0/issue_discards = 1/g' /etc/lvm/lvm.conf