Browse Source

Fix to continue after fetch (routeros bug ?)

pull/1/head
Julien Escario 5 years ago
parent
commit
cfa1864f9b
  1. 4
      routeros/sxt5ac-init.rsc

4
routeros/sxt5ac-init.rsc

@ -15,6 +15,4 @@ set api disabled=yes
set time-zone-name=Europe/Paris
/system ntp client
set enabled=yes server-dns-names=fr.pool.ntp.org
/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/add-music.rsc" dst-path=add-music.rsc
/import add-music.rsc
/system script run "Music: Thunderstruck"
/tool fetch url="https://gitlab.altinea.fr/altinea/install-scripts/raw/branch/master/routeros/add-music.rsc" dst-path=add-music.rsc; /import add-music.rsc; /system script run "Music: Thunderstruck";
Loading…
Cancel
Save