Remove stray set +x
This commit is contained in:
		
							parent
							
								
									ce7b088ba2
								
							
						
					
					
						commit
						1ff50fef0b
					
				@ -16,7 +16,6 @@ if [ -z "${POSTGRES_PASSWORD:-}" ] ; then
 | 
				
			|||||||
  echo "ERROR: Please set POSTGRES_PASSWORD before generating config" >&2
 | 
					  echo "ERROR: Please set POSTGRES_PASSWORD before generating config" >&2
 | 
				
			||||||
  exit 1
 | 
					  exit 1
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
set -x
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
pleroma_ctl instance gen --output "$PLEROMA_CONFIG_PATH" \
 | 
					pleroma_ctl instance gen --output "$PLEROMA_CONFIG_PATH" \
 | 
				
			||||||
  --output-psql /tmp/setup_db.sql \
 | 
					  --output-psql /tmp/setup_db.sql \
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user