fix the fetch_package_to_test function

This commit is contained in:
Kay0u 2020-12-25 22:03:37 +01:00
parent ee565d20eb
commit 45ade95b19
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

View file

@ -279,6 +279,9 @@ function fetch_package_to_test() {
# Check if the package directory is really here. # Check if the package directory is really here.
if [ ! -d "$package_path" ]; then if [ ! -d "$package_path" ]; then
log_critical "Unable to find the directory $package_path for the package..." log_critical "Unable to find the directory $package_path for the package..."
fi
}
#================================================= #=================================================
# GET HOST ARCHITECTURE # GET HOST ARCHITECTURE
#================================================= #=================================================