mirror of
https://github.com/YunoHost-Apps/libreto_ynh.git
synced 2024-09-03 19:36:14 +02:00
Add default value for provider
This commit is contained in:
parent
52c650d52c
commit
f88d59fc35
2 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ chown -R "$app:www-data" "$install_dir"
|
|||
#=================================================
|
||||
ynh_script_progression --message="Adding a configuration file..."
|
||||
|
||||
provider="__PROVIDER__"
|
||||
default_provider="framapad"
|
||||
commented_provider="// CUSTOM_PROVIDER"
|
||||
if [ "$etherpad_instance" != "https://annuel2.framapad.org" ]; then
|
||||
|
|
|
@ -36,6 +36,7 @@ ynh_script_progression --message="Updating a configuration file..."
|
|||
|
||||
ynh_backup_if_checksum_is_different --file="$install_dir/config.php"
|
||||
|
||||
provider="__PROVIDER__"
|
||||
default_provider="framapad"
|
||||
commented_provider="// CUSTOM_PROVIDER"
|
||||
if [ "$etherpad_instance" != "https://annuel2.framapad.org" ]; then
|
||||
|
|
Loading…
Reference in a new issue