mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
10 lines
344 B
TOML
10 lines
344 B
TOML
[install_extensions]
|
|
name = "Install Extensions"
|
|
description = "Intall Standard Notes - Extensions"
|
|
command = "/bin/bash actions/install_extensions"
|
|
cwd = "/etc/yunohost/apps/$app/scripts"
|
|
|
|
[remove_extensions]
|
|
name = "Remove Extensions"
|
|
description = "Remove Standard Notes - Extensions"
|
|
command = "/bin/bash scripts/actions/remove_extensions"
|