mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Update ynh_lxd_package_check
This commit is contained in:
parent
28c7be085a
commit
3e9652009d
1 changed files with 2 additions and 2 deletions
|
@ -134,11 +134,11 @@ ynh_lxc_pc_witness_file_check () {
|
|||
|
||||
# Check witness in an LXC container
|
||||
#
|
||||
# usage: ynh_lxc_pc_witness_files_check --name=$LXC_NAME --name=name
|
||||
# usage: ynh_lxc_pc_witness_files_check --name=name
|
||||
# | arg: -n, --name= - name of the LXC
|
||||
#
|
||||
# Requires YunoHost version *.*.* or higher.
|
||||
ynh_lxc_pc_witness_files_check --name=$LXC_NAME () {
|
||||
ynh_lxc_pc_witness_files_check () {
|
||||
# Declare an array to define the options of this helper.
|
||||
local legacy_args=n
|
||||
local -A args_array=([n]=name=)
|
||||
|
|
Loading…
Add table
Reference in a new issue