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

Make sure the psql version is loaded

This commit is contained in:
tituspijean 2023-01-08 13:11:57 +01:00
parent 9861c73cc9
commit 16fa478e1c
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720
3 changed files with 6 additions and 0 deletions

View file

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

View file

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

View file

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