Merge branch 'bugfix-1.9.2' into feature-lxc

finished bugfix-1.9.2
This commit is contained in:
6543
2018-05-10 17:15:04 +02:00
23 changed files with 113 additions and 2 deletions

5
src/func/check_dependency Normal file → Executable file
View File

@ -13,3 +13,8 @@ function check_dependency() {
done
return 0
}
[ -n "$1" ] && {
echo param
$1
}