1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Fix install

This commit is contained in:
Josué Tille 2024-02-23 19:40:34 +01:00
parent bca4264336
commit ef1c3ec599
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5

View file

@ -20,7 +20,6 @@ ynh_script_progression --message="Configuring application..." --weight=3
mkdir -p "/etc/$app"
ynh_add_config --template="sogo.conf" --destination="/etc/$app/sogo.conf"
ynh_add_config --template="cron" --destination="/etc/cron.d/$app"
config_nginx
ynh_use_logrotate --logfile="/var/log/$app/sogo.log" --nonappend