mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
fix the fetch_package_to_test function
This commit is contained in:
parent
ee565d20eb
commit
45ade95b19
1 changed files with 3 additions and 0 deletions
|
@ -279,6 +279,9 @@ function fetch_package_to_test() {
|
|||
# Check if the package directory is really here.
|
||||
if [ ! -d "$package_path" ]; then
|
||||
log_critical "Unable to find the directory $package_path for the package..."
|
||||
fi
|
||||
}
|
||||
|
||||
#=================================================
|
||||
# GET HOST ARCHITECTURE
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue