mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-12 13:52:50 +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 packagemgr `which dpkg`
|
||||||
getconf packagemgroptions ' --get-selections *'
|
getconf packagemgroptions ' --get-selections *'
|
||||||
getconf selectionsfile $parentir/debconfsel.txt
|
getconf selectionsfile $parentir/debconfsel.txt
|
||||||
getconf debconfgetselections `debconf-get-selections`
|
getconf debconfgetselections `which debconf-get-selections`
|
||||||
elif [ $os = "redhat" ]
|
elif [ $os = "redhat" ]
|
||||||
then
|
then
|
||||||
getconf packagesfile $parentdir/rpmpackages.txt
|
getconf packagesfile $parentdir/rpmpackages.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user