mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Fix issue with actions panel
Yolomerge https://github.com/YunoHost/issues/issues/1545
This commit is contained in:
parent
4f6dd36da6
commit
9a8f8aa017
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ command = "/bin/bash scripts/actions/sftp"
|
||||||
# cwd = "/" # optional
|
# cwd = "/" # optional
|
||||||
# accepted_return_codes = [0, 1, 2, 3] # optional
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
||||||
accepted_return_codes = [0]
|
accepted_return_codes = [0]
|
||||||
|
description = "Enable or disable the sftp access."
|
||||||
|
|
||||||
[sftp.arguments]
|
[sftp.arguments]
|
||||||
[sftp.arguments.with_sftp]
|
[sftp.arguments.with_sftp]
|
||||||
|
@ -43,3 +44,4 @@ command = "/bin/bash scripts/actions/remove_database"
|
||||||
# cwd = "/" # optional
|
# cwd = "/" # optional
|
||||||
# accepted_return_codes = [0, 1, 2, 3] # optional
|
# accepted_return_codes = [0, 1, 2, 3] # optional
|
||||||
accepted_return_codes = [0]
|
accepted_return_codes = [0]
|
||||||
|
description = "Remove the current database."
|
||||||
|
|
Loading…
Add table
Reference in a new issue