diff options
Diffstat (limited to 'BCD/Common.pm')
-rw-r--r-- | BCD/Common.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BCD/Common.pm b/BCD/Common.pm index 126c207..90cfceb 100644 --- a/BCD/Common.pm +++ b/BCD/Common.pm @@ -57,8 +57,7 @@ $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"; |