1
0
Fork 0
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:
Fabian Wilkens 2021-01-30 13:01:54 +01:00
parent af36603703
commit 4199ff5f1b
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB

View file

@ -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"