diff options
Diffstat (limited to 'handlers')
| -rwxr-xr-x | handlers/sys | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/handlers/sys b/handlers/sys index a8c8771..3c04365 100755 --- a/handlers/sys +++ b/handlers/sys @@ -37,7 +37,7 @@ if [ $os = "debian" ]  then     getconf packagesfile /var/backups/dpkg-selections.txt     getconf packagemgr   `which dpkg` -   getconf packagemgroptions " --get-selections" +   getconf packagemgroptions " --get-selections \*"  elif [ $os = "redhat" ]  then     getconf packagesfile  /var/backups/rpmpackages.txt  | 
