From 5a2e01d0edfebc45e081067f259dc8fbe66d820d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 13 May 2020 14:27:58 +0200 Subject: [PATCH] s/Ubuntu/Debian/ in debian build script --- opennebula-images/debian-build-opennebula-image.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opennebula-images/debian-build-opennebula-image.sh b/opennebula-images/debian-build-opennebula-image.sh index 9a51f1e..67714bf 100755 --- a/opennebula-images/debian-build-opennebula-image.sh +++ b/opennebula-images/debian-build-opennebula-image.sh @@ -43,9 +43,9 @@ if [ "$(whoami)" != 'root' ]; then exit 1 fi -if [ $(lsb_release --short --id) != "Ubuntu" ]; then - echo "WARNING: this script has been designed to run on an Ubuntu system." >&2 - echo "WARNING: Not running Ubuntu. Giving you 5 seconds to abort." >&2 +if [ $(lsb_release --short --id) != "Debian" ]; then + echo "WARNING: this script has been designed to run on an Debian system." >&2 + echo "WARNING: Not running Debian. Giving you 5 seconds to abort." >&2 sleep 5 fi