1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00
This commit is contained in:
Éric Gaspar 2023-11-10 22:40:55 +01:00
parent 305169b164
commit 874ce8c7b8
2 changed files with 2 additions and 1 deletions

View file

@ -51,6 +51,7 @@ ram.runtime = "50M"
allow_email = true
[resources.install_dir]
dir = "/home/borgwarehouse"
[resources.permissions]
main.url = "/"

View file

@ -55,7 +55,7 @@ ynh_add_nginx_config
env_path="$PATH"
ynh_add_systemd_config
ynh_add_config --template="../conf/cron" --destination="/etc/cron.d/$app"
ynh_add_config --template="cron" --destination="/etc/cron.d/$app"
chown root: "/etc/cron.d/$app"
chmod 644 "/etc/cron.d/$app"