Merge branch 'bugfix-1.9.2' into feature-lxc
finished bugfix-1.9.2
This commit is contained in:
5
src/func/check_dependency
Normal file → Executable file
5
src/func/check_dependency
Normal file → Executable file
@ -13,3 +13,8 @@ function check_dependency() {
|
||||
done
|
||||
return 0
|
||||
}
|
||||
|
||||
[ -n "$1" ] && {
|
||||
echo param
|
||||
$1
|
||||
}
|
||||
|
Reference in New Issue
Block a user