aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-14 13:46:24 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-20 14:18:52 +0100
commit98edd8f01d8efa06151a7f98542404ffb2284152 (patch)
tree76cfd262c75b712c71c4fc5e7c0e6a687d1c5436
parentb72ee5ff74022bff8a416922c535e6f132db17f5 (diff)
repo-install-test: tweak FEED syntax
Use the shorter form, before adding another variable with default value. Related: OS#4733 Change-Id: Icb36da91a6dc52529c2087b0961c1b698076eea1
-rwxr-xr-xscripts/repo-install-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index 0c08e15..a30c36d 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -15,7 +15,7 @@ fi
DISTRO="$1"
docker_images_require "$DISTRO-repo-install-test"
-[ -z "$FEED" ] && FEED="nightly"
+FEED="${FEED:-nightly}"
CONTAINER="$DISTRO-repo-install-test-$FEED"
# Try to run "systemctl status" 10 times, kill the container on failure