1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/actions.toml

9 lines
313 B
TOML
Raw Normal View History

[add_subscriptions]
name = "Add a subscription and file space to all users without a subscription."
command = "/bin/bash scripts/actions/add_subscription.sh"
# user = "root" # optional
# cwd = "/" # optional
# accepted_return_codes = [0, 1, 2, 3] # optional
accepted_return_codes = [0]
description = "Add subs"