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" version = "1.0"
name = "Etherpad configuration panel"
[main] [main]
name = "Etherpad configuration" name = "Etherpad configuration"

View file

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