mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Fix: check_setup should be check_incus_setup
This commit is contained in:
parent
39ce21010f
commit
c4bccf86ed
1 changed files with 3 additions and 3 deletions
6
ynh-dev
6
ynh-dev
|
@ -230,7 +230,7 @@ function start_ynhdev()
|
|||
|
||||
function attach_ynhdev()
|
||||
{
|
||||
check_setup
|
||||
check_incus_setup
|
||||
local DIST=${1:-bookworm}
|
||||
local YNH_BRANCH=${3:-unstable}
|
||||
local BOX=${2:-ynh-dev}-${DIST}-${YNH_BRANCH}
|
||||
|
@ -240,7 +240,7 @@ function attach_ynhdev()
|
|||
|
||||
function destroy_ynhdev()
|
||||
{
|
||||
check_setup
|
||||
check_incus_setup
|
||||
local DIST=${1:-bookworm}
|
||||
local YNH_BRANCH=${3:-unstable}
|
||||
local BOX=${2:-ynh-dev}-${DIST}-${YNH_BRANCH}
|
||||
|
@ -250,7 +250,7 @@ function destroy_ynhdev()
|
|||
|
||||
function rebuild_ynhdev()
|
||||
{
|
||||
check_setup
|
||||
check_incus_setup
|
||||
|
||||
local DIST=${1:-bookworm}
|
||||
local YNH_BRANCH=${3:-unstable}
|
||||
|
|
Loading…
Reference in a new issue