From 57be94eef11516976f02c6bfca69692e019a1d24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:26:57 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index d55a75d..1700041 100755 --- a/scripts/restore +++ b/scripts/restore @@ -30,7 +30,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="Web interface for Urban Dictionary" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Emojiwall for Owncast" --log="/var/log/$app/$app.log" #================================================= # GENERIC FINALIZATION