From 6edb001325f664f6bdf7b1143c6f1323d3b9a38d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:49:09 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 3d3f539..8b28ee6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -51,7 +51,7 @@ systemctl enable coturn-$app.service --quiet ynh_restore_file --origin_path="/etc/logrotate.d/$app" yunohost service add $app --description="Local file sharing in your browser" --log="/var/log/$app/$app.log" -yunohost service add coturn-$app --description="Coturn TURN server" --log="/var/log/$app/turnserver.log" --needs_exposed_ports $turnserver_port +yunohost service add coturn-$app --description="Coturn TURN server" --log="/var/log/$app/turnserver.log" --needs_exposed_ports $port_turnserver #================================================= # RESTORE USER RIGHTS