From 35bb930768155c05cbdc31bc280a747681785ec2 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 20 Dec 2022 00:38:04 +0100
Subject: [PATCH] =?UTF-8?q?deploy:=20Uzn=C3=A1v=C3=A1me=20i=20u=C5=BEivate?=
 =?UTF-8?q?le=20osmo-test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 bin/deploy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/deploy b/bin/deploy
index b297c340..dbaad7da 100755
--- a/bin/deploy
+++ b/bin/deploy
@@ -1,8 +1,8 @@
 #!/bin/bash
 set -e
 
-if [ "$USER" != mo-web ] ; then
-	echo >&2 "Spusťte pod uživatelem mo-web na Gimlim"
+if [ "$USER" != mo-web -a "$USER" != mo-osmo-test ] ; then
+	echo >&2 "Spusťte pod uživatelem mo-web nebo mo-osmo-test na Gimlim"
 	exit 1
 fi
 
-- 
GitLab