diff options
Diffstat (limited to 'templates/ci/openbook.ubuntu')
| -rwxr-xr-x | templates/ci/openbook.ubuntu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/ci/openbook.ubuntu b/templates/ci/openbook.ubuntu index 02900fa..0689872 100755 --- a/templates/ci/openbook.ubuntu +++ b/templates/ci/openbook.ubuntu @@ -13,6 +13,9 @@ case $1 in start*) /opt/openbook/openbookctl start ;; + debug*) + /opt/openbook/openbookctl debug + ;; stop*) /opt/openbook/openbookctl stop ;; |
