From 79e50760086d7c9626132501002920445ae31b9f Mon Sep 17 00:00:00 2001 From: Julien Escario Date: Thu, 14 May 2020 15:06:34 +0200 Subject: [PATCH] Try to format this Readme ;-) --- routeros/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routeros/README.md b/routeros/README.md index 39eeca3..f5a0c0e 100644 --- a/routeros/README.md +++ b/routeros/README.md @@ -1,2 +1,2 @@ Run fresh Powerbox configuration : -ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/powerbox-init.rsc" dst-path=/flash/powerbox-init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/powerbox-init.rsc;' +`ssh -o "StrictHostKeyChecking=no" admin@192.168.88.1 '/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/powerbox-init.rsc" dst-path=/flash/powerbox-init.rsc; /system reset-configuration no-defaults=yes run-after-reset=flash/powerbox-init.rsc;'`