1
0
Fork 0
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:
Éric Gaspar 2023-07-20 09:41:22 +02:00
parent 21d54647a3
commit 59a34c68f9

View file

@ -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
#=================================================