Skip to content
Snippets Groups Projects
Commit 755c0160 authored by intrigeri's avatar intrigeri
Browse files

sys: make error message clearer when debconf-get-selections can not be found on the host

parent 3f29d82b
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then ...@@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then
set +o noglob set +o noglob
fi fi
if [ -z "$debconfgetselections" ]; then if [ -z "$debconfgetselections" ]; then
warning "can't find ${debconfgetselections}, skipping package selection states." warning "can't find debconf-get-selections, skipping package selection states."
else else
debug "$debconfgetselections > $selectionsfile" debug "$debconfgetselections > $selectionsfile"
$debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile" $debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment