mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
9 lines
313 B
TOML
9 lines
313 B
TOML
|
[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"
|