fixed string cmp

This commit is contained in:
2020-06-10 19:08:14 +02:00
parent 32c41e9e91
commit 21ceb2d94a

View File

@ -5,8 +5,8 @@ function ssm_tunnel --description 'access private AWS ressources via Bastion Hos
return
end
if [ $env != "ops" ]
echo "Switch to OPS ENV"
if [ "$env" != "ops" ]
echo "Switch to OPS ENV first"
return
end