mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
sys: make error message clearer when debconf-get-selections can not be found on the host
This commit is contained in:
parent
3f29d82b6c
commit
755c0160d4
@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then
|
||||
set +o noglob
|
||||
fi
|
||||
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
|
||||
debug "$debconfgetselections > $selectionsfile"
|
||||
$debconfgetselections > $selectionsfile || fatal "can not save $debconfgetselections info to $selectionsfile"
|
||||
|
Loading…
Reference in New Issue
Block a user