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:
commit
5efd47ba9f
2 changed files with 1 additions and 9 deletions
|
@ -1,5 +1,4 @@
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
name = "Etherpad configuration panel"
|
|
||||||
|
|
||||||
[main]
|
[main]
|
||||||
name = "Etherpad configuration"
|
name = "Etherpad configuration"
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue