1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
This commit is contained in:
ericgaspar 2021-06-25 18:42:27 +02:00
parent d81f42a5be
commit 1bc7799952
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 16 additions and 18 deletions

View file

@ -14,6 +14,5 @@
upgrade=1
backup_restore=1
multi_instance=1
port_already_use=1
change_url=1
;;; Upgrade options

View file

@ -115,7 +115,6 @@ else
ynh_replace_string --match_string="__PRIVATE_MODE__" --replace_string="true" --target_file="$final_path/custom/conf/app.ini"
fi
ynh_add_config --template="../conf/ldap.conf" --destination="$final_path/custom/conf/auth.d/ldap.conf"
ynh_store_file_checksum "$final_path/custom/conf/app.ini"