1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00
element_ynh/scripts/config
Éric Gaspar 609d2c4468 cleaning
2024-06-21 09:52:43 +02:00

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