Fix version information in backupiso script

Fixes: #12083
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2019-05-17 19:52:27 +01:00
parent 16cb73d901
commit 0aa21ad307
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# FIXME: edit this lines before release
IPFVER=2.21
IPFVER=2.23
COREVER=$(cat /opt/pakfire/db/core/mine)
arch=$(uname -m)