mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
14 lines
318 B
Bash
14 lines
318 B
Bash
#!/bin/bash
|
|
|
|
source ./_common.sh
|
|
source /usr/share/yunohost/helpers
|
|
|
|
ynh_app_config_apply() {
|
|
_ynh_app_config_apply
|
|
configure_element
|
|
}
|
|
|
|
#=================================================
|
|
# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT
|
|
#=================================================
|
|
ynh_app_config_run $1
|