1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Load psql_version in _common.sh

This commit is contained in:
tituspijean 2023-02-04 19:02:27 +01:00
parent b6d955be84
commit 1a735e874c
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
4 changed files with 1 additions and 6 deletions

View file

@ -8,6 +8,7 @@
pkg_dependencies="postgresql postgresql-contrib"
GO_VERSION="1.18"
psql_version=$PSQL_VERSION
#=================================================
# PERSONAL HELPERS

View file

@ -127,8 +127,6 @@ fi
#=================================================
ynh_script_progression --message="Updating systemd configuration..." --weight=1
psql_version=$PSQL_VERSION
# Create a dedicated systemd config
ynh_add_systemd_config

View file

@ -182,8 +182,6 @@ chown $app:$app "$final_path/dendrite.yaml"
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
psql_version=$PSQL_VERSION
# Create a dedicated systemd config
ynh_add_systemd_config

View file

@ -194,8 +194,6 @@ chown $app:$app "$final_path/dendrite.yaml"
#=================================================
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
psql_version=$PSQL_VERSION
# Create a dedicated systemd config
ynh_add_systemd_config