1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Merge branch 'testing' into ci-auto-update-v1.8.16

This commit is contained in:
ericgaspar 2021-12-05 16:09:27 +01:00
commit 5efd47ba9f
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 9 deletions

View file

@ -1,5 +1,4 @@
version = "1.0"
name = "Etherpad configuration panel"
[main]
name = "Etherpad configuration"

View file

@ -7,7 +7,6 @@
#=================================================
# Load common variables for all scripts.
source _variables
source _common.sh
source /usr/share/yunohost/helpers
@ -270,10 +269,4 @@ apply_config() {
#=================================================
# GENERIC FINALIZATION
#=================================================
# SELECT THE ACTION FOLLOWING THE GIVEN ARGUMENT
#=================================================
case $1 in
show) show_config;;
apply) apply_config;;
esac
ynh_app_config_run $1