Release of RouterOS changed to 6.44

This commit is contained in:
Paul Rock 2019-03-02 03:12:10 +03:00
parent 06241e4846
commit 59f25cd15f
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
FROM alpine:3.8
ENV ROUTEROS_VERSON="6.44rc4"
ENV ROUTEROS_VERSON="6.44"
ENV ROUTEROS_IMAGE="chr-$ROUTEROS_VERSON.vdi"
ENV ROUTEROS_PATH="https://download.mikrotik.com/routeros/$ROUTEROS_VERSON/$ROUTEROS_IMAGE"

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Cron fix
cd "$(dirname $0)"