aboutsummaryrefslogtreecommitdiffstats
path: root/BCD/Common.pm
diff options
context:
space:
mode:
Diffstat (limited to 'BCD/Common.pm')
-rw-r--r--BCD/Common.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/BCD/Common.pm b/BCD/Common.pm
index 90cfceb..126c207 100644
--- a/BCD/Common.pm
+++ b/BCD/Common.pm
@@ -57,7 +57,8 @@ $version or print_color("You must define the <mediainfo><version>", $color) and
$repo or print_color("You must define the <repo><path> tag",$color) and exit 1;
$based_on or print_color("You must define the <based_on> tag",$color) and exit 1;
$isoconf->{chroot_media} or print_color("Now you must define <chroot_media> in the conf.xml file",$color) and exit 1;
-$isoconf->{chroot_media_exclude} or print_color("Now you must define <chroot_media_exclude> in the conf.xml file",$color) and exit 1;
+$isoconf->{chroot_media_exclude} or print_color("Now you must define <chroot_media_exclude> in the conf.xml file",$color) and exit 1;
+
# password file
#"/home/plop/.signature.gpg";