diff --git a/actions.toml b/actions.toml index 0cc4fec..9be9a33 100644 --- a/actions.toml +++ b/actions.toml @@ -7,4 +7,5 @@ cwd = "/etc/yunohost/apps/$app/scripts" [remove_extensions] name = "Remove 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"