1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borgwarehouse_ynh.git synced 2024-09-03 18:16:17 +02:00

Update restore

This commit is contained in:
Éric Gaspar 2023-10-17 12:18:37 +02:00
parent aae2e19b94
commit 1ac6ca60cf

View file

@ -34,7 +34,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
systemctl enable $app.service --quiet
yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log"
yunohost service add $app --description="WebUI for BorgBackup" --log="/var/log/$app/$app.log"
ynh_restore_file --origin_path="/etc/cron.d/$app"