mirror of
https://github.com/YunoHost-Apps/influxdb_v2_ynh.git
synced 2024-09-03 19:26:11 +02:00
Merge 68872925da
into faf2ce594f
This commit is contained in:
commit
19d2deabac
3 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ By leveraging InfluxDB v2, users can gain deeper insights from their time series
|
|||
|
||||
* Official app website: <https://www.influxdata.com/>
|
||||
* Official admin documentation: <https://docs.influxdata.com/influxdb/v2.0/>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_influxdb_v2>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/influxdb_v2>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/influxdb_v2_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -46,7 +46,7 @@ En tirant parti d'InfluxDB v2, les utilisateurs peuvent obtenir des informations
|
|||
|
||||
* Site officiel de l’app : <https://www.influxdata.com/>
|
||||
* Documentation officielle de l’admin : <https://docs.influxdata.com/influxdb/v2.0/>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_influxdb_v2>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/influxdb_v2>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/influxdb_v2_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -31,8 +31,8 @@ if [ "$upgrade_type" == "UPGRADE_APP" ]
|
|||
then
|
||||
ynh_script_progression --message="Upgrading source files..." --weight=1
|
||||
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id=influxdb2 --keep=".influxdbv2/"
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id=influx
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id=influxdb2 --full_replace=1 --keep=".influxdbv2/"
|
||||
ynh_setup_source --dest_dir="$install_dir" --source_id=influx --full_replace=1
|
||||
fi
|
||||
|
||||
chmod -R 750 "$install_dir"
|
||||
|
|
Loading…
Add table
Reference in a new issue