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
0206677353
commit
6054f9841f
1 changed files with 2 additions and 2 deletions
|
@ -235,12 +235,12 @@ ynh_lxc_pc_create () {
|
|||
|
||||
# Create a snapshot of an LXC container
|
||||
#
|
||||
# usage: ynh_lxc_pc_snapshot_create --name=LXC_NAME --snapname= --name=name --snapname=snapname
|
||||
# usage: ynh_lxc_pc_snapshot_create --name=name --snapname=snapname
|
||||
# | arg: -n, --name= - name of the LXC
|
||||
# | arg: -s, --snapname= - name of the snapshot
|
||||
#
|
||||
# Requires YunoHost version *.*.* or higher.
|
||||
ynh_lxc_pc_snapshot_create --name=LXC_NAME --snapname= () {
|
||||
ynh_lxc_pc_snapshot_create () {
|
||||
# Declare an array to define the options of this helper.
|
||||
local legacy_args=ns
|
||||
local -A args_array=([n]=name= [s]=snapname=)
|
||||
|
|
Loading…
Add table
Reference in a new issue