From 9a8f8aa01755d9cfe566f202d8c9dbb02a3777a5 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Fri, 3 Apr 2020 14:09:43 +0200 Subject: [PATCH] Fix issue with actions panel Yolomerge https://github.com/YunoHost/issues/issues/1545 --- actions.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions.toml b/actions.toml index 32d6c58..39f826b 100644 --- a/actions.toml +++ b/actions.toml @@ -5,6 +5,7 @@ command = "/bin/bash scripts/actions/sftp" # cwd = "/" # optional # accepted_return_codes = [0, 1, 2, 3] # optional accepted_return_codes = [0] +description = "Enable or disable the sftp access." [sftp.arguments] [sftp.arguments.with_sftp] @@ -43,3 +44,4 @@ command = "/bin/bash scripts/actions/remove_database" # cwd = "/" # optional # accepted_return_codes = [0, 1, 2, 3] # optional accepted_return_codes = [0] +description = "Remove the current database."