From cc187bfe0f769f0ab5877412f708eb9cfbf50824 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Sun, 17 Jun 2018 22:22:56 +0200 Subject: [PATCH] fix --- makeiso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeiso.sh b/makeiso.sh index 4def3f18..619bf994 100755 --- a/makeiso.sh +++ b/makeiso.sh @@ -1,8 +1,8 @@ #!/bin/bash # Set TERM, DIALOGRC -export DIALOGRC=/etc/dialogrc export TERM=linux +export DIALOGRC=/etc/dialogrc # Let's define some global vars myBACKTITLE="T-Pot - ISO Creator"