armbian-next: mark Vagrant CLI as unimplemented

This commit is contained in:
Ricardo Pardini 2023-01-16 14:17:52 +01:00
parent e633ff584a
commit aaf391bf19
No known key found for this signature in database
GPG Key ID: 3D38CA12A66C5D02

View File

@ -1,7 +1,8 @@
# @TODO: Open JIRA. PR's are welcome. Open JIRA!
function cli_vagrant_pre_run() {
:
exit_with_error "cli_vagrant_pre_run: not implemented"
}
function cli_vagrant_run() {
:
exit_with_error "cli_vagrant_run: not implemented"
}