mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
Fix action remove_extensions
This commit is contained in:
parent
af36603703
commit
4199ff5f1b
1 changed files with 2 additions and 1 deletions
|
@ -7,4 +7,5 @@ cwd = "/etc/yunohost/apps/$app/scripts"
|
||||||
[remove_extensions]
|
[remove_extensions]
|
||||||
name = "Remove Extensions"
|
name = "Remove Extensions"
|
||||||
description = "Remove Standard Notes - Extensions"
|
description = "Remove Standard Notes - Extensions"
|
||||||
command = "/bin/bash scripts/actions/remove_extensions"
|
command = "/bin/bash actions/remove_extensions"
|
||||||
|
cwd = "/etc/yunohost/apps/$app/scripts"
|
||||||
|
|
Loading…
Reference in a new issue