Skip to content
Snippets Groups Projects
Commit 35bb9307 authored by Martin Mareš's avatar Martin Mareš
Browse files

deploy: Uznáváme i uživatele osmo-test

parent af24472e
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment