mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	install-aws-server: Shell hygene.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							1522eeaebf
						
					
				
				
					commit
					44b8321721
				
			@@ -1,9 +1,10 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
set -e
 | 
			
		||||
set -eu
 | 
			
		||||
set -o pipefail
 | 
			
		||||
 | 
			
		||||
SERVER=$1
 | 
			
		||||
ROLES=$2
 | 
			
		||||
BRANCH=$3
 | 
			
		||||
SERVER=${1:-}
 | 
			
		||||
ROLES=${2:-}
 | 
			
		||||
BRANCH=${3:-}
 | 
			
		||||
if [ -z "$SERVER" ] || [ -z "$ROLES" ]; then
 | 
			
		||||
    echo "USAGE: $0 server roles [branch]"
 | 
			
		||||
    echo
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user