mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
fix missing which that intrigeri saw
This commit is contained in:
parent
910abf33c7
commit
b499255f8a
@ -54,7 +54,7 @@ then
|
||||
getconf packagemgr `which dpkg`
|
||||
getconf packagemgroptions ' --get-selections *'
|
||||
getconf selectionsfile $parentir/debconfsel.txt
|
||||
getconf debconfgetselections `debconf-get-selections`
|
||||
getconf debconfgetselections `which debconf-get-selections`
|
||||
elif [ $os = "redhat" ]
|
||||
then
|
||||
getconf packagesfile $parentdir/rpmpackages.txt
|
||||
|
Loading…
Reference in New Issue
Block a user