From e44c4ab788e2d3f6cdc472e2b8df7bd20c8d1205 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Aug 2020 16:27:06 +0200 Subject: F33 (wip) --- getmock | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'getmock') diff --git a/getmock b/getmock index a69d345..4a0743f 100755 --- a/getmock +++ b/getmock @@ -273,6 +273,10 @@ if [ $1 = glpi94 ]; then opt=glpi94 shift fi +if [ $1 = redis50 -o $1 = redis60 ]; then + opt=$1 + shift +fi if [ $1 = devs -o $1 = dev ]; then opt=devs shift @@ -375,7 +379,7 @@ elif [ $1 = for55 ]; then done elif [ $1 = allx ]; then - for i in 30 31 32 + for i in 30 31 32 33 do getOneMock fc${i}x $opt done @@ -427,7 +431,7 @@ elif [ $1 = scl71 ]; then done elif [ $1 = scl80 ]; then - for i in 31 32 + for i in 31 32 33 do getOneMock scl80fc${i}x $opt done -- cgit