diff options
-rwxr-xr-x | handlers/sys.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handlers/sys.in b/handlers/sys.in index d88d34c..a029af6 100755 --- a/handlers/sys.in +++ b/handlers/sys.in @@ -53,7 +53,7 @@ then getconf packagesfile $parentdir/dpkg-selections.txt getconf packagemgr `which dpkg` getconf packagemgroptions ' --get-selections *' - getconf selectionsfile $parentir/debconfsel.txt + getconf selectionsfile $parentdir/debconfsel.txt getconf debconfgetselections `which debconf-get-selections` elif [ $os = "redhat" ] then |