X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fupstream%2Fbackupninja.git;a=blobdiff_plain;f=handlers%2Fsys.in;h=d1bf820b711e68a1612ee4359d440d8775001894;hp=cc8ed095931fcaa6de46113ccd6ccd7caf1e0a1b;hb=755c0160d4cc6806dbe5ce25ec2c5bd324e89cd8;hpb=f1cb4e9a644ce0ad5c2879cb1713b70eace3f98a diff --git a/handlers/sys.in b/handlers/sys.in index cc8ed09..d1bf820 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -146,7 +146,7 @@ if [ "$packages" == "yes" ]; then set +o noglob fi if [ -z "$debconfgetselections" ]; then - warning "can't find ${debconfgetselections}, skilling 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"