1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Add pict-rs.toml during upgrade too

This commit is contained in:
tituspijean 2023-07-29 21:01:55 +02:00
parent 6ce80fc3ef
commit 62411c18a9
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -145,6 +145,11 @@ ynh_add_config --template="../conf/lemmy.hjson" --destination="$install_dir/conf
chmod 400 "$install_dir/config/config.hjson"
chown $app:$app "$install_dir/config/config.hjson"
ynh_add_config --template="../conf/pict-rs.toml" --destination="$install_dir/pict-rs/pict-rs.toml"
chmod 400 "$install_dir/pict-rs/pict-rs.toml"
chown $app:$app "$install_dir/pict-rs/pict-rs.toml"
#=================================================
# CREATE EXTENSION IF NOT EXISTS pgcrypto
#=================================================