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:
parent
6ce80fc3ef
commit
62411c18a9
1 changed files with 5 additions and 0 deletions
|
@ -145,6 +145,11 @@ ynh_add_config --template="../conf/lemmy.hjson" --destination="$install_dir/conf
|
||||||
chmod 400 "$install_dir/config/config.hjson"
|
chmod 400 "$install_dir/config/config.hjson"
|
||||||
chown $app:$app "$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
|
# CREATE EXTENSION IF NOT EXISTS pgcrypto
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue