From b080d9e17cd554b1ce4438e45b14ab492ac96d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Pal=C3=A9ologue?= Date: Wed, 15 Nov 2023 10:31:15 +0000 Subject: [PATCH] Remove -x in installation script --- install_with_auto_mode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_with_auto_mode.sh b/install_with_auto_mode.sh index ee15146..dd0c5be 100755 --- a/install_with_auto_mode.sh +++ b/install_with_auto_mode.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e -x +set -e # Installer should show up to the user if it is not an automated job. if [ -n "$DEBIAN_FRONTEND" ]; then