diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 09:41:13 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-29 09:41:13 +0100 |
commit | c349b8177fa690f5e66e6904e29127f3a29454db (patch) | |
tree | 2ec6a5e29e4282a7222741e1313a8fc7b13d31a6 /run-all.sh | |
parent | 33dd4454082402531ec3dfe39445d0cee94c057d (diff) | |
download | imagefish-c349b8177fa690f5e66e6904e29127f3a29454db.tar.gz |
fix el8 version
Diffstat (limited to 'run-all.sh')
-rwxr-xr-x | run-all.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,8 +26,8 @@ sirius) ./RHEL7-efi.sh 7.6 || exit 1 ./RHEL7-efi.sh 7.7 || exit 1 - ./RHEL8-efi.sh 8.0 || exit 1 - ./RHEL8-efi.sh 8.1 || exit 1 + ./RHEL8-efi.sh 8.0.0 || exit 1 + ./RHEL8-efi.sh 8.1.0 || exit 1 ./CentOS7-efi.sh || exit 1 ;; *) |