mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
Update install
This commit is contained in:
parent
21d54647a3
commit
59a34c68f9
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,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"
|
||||
|
||||
#=================================================
|
||||
# SETUP SYSTEMD
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue