fixed extraction and var name

This commit is contained in:
eoli3n 2020-05-06 11:23:06 +02:00
parent e9eb213fca
commit a869812ddf

3
init
View file

@ -113,7 +113,7 @@ download_package () {
# Set out file
package_file="/tmp/$filename"
print "Downloading $output ..."
print "Downloading $package_file ..."
}
### Main
@ -147,6 +147,7 @@ then
print "Extracting $zfs_linux_package"
# Extract package
mkdir -p /tmp/extract
tar xvf "$package_file" -C /tmp/extract
print "Searching zfs-utils version required"