From 4199ff5f1b12f9218b370c5cd02ff573d1bd1768 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sat, 30 Jan 2021 13:01:54 +0100 Subject: [PATCH] Fix action remove_extensions --- actions.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"