mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/cqpserver.git
				synced 2025-10-31 10:42:46 +00:00 
			
		
		
		
	Simplify startup script
This commit is contained in:
		| @@ -1,10 +1,7 @@ | ||||
| #!/bin/bash | ||||
| if [[ "$#" -eq 0 || "${1}" == "cqpserver" ]]; then | ||||
|   CQPSERVER_HOST="${CQPSERVER_HOST:-*}" | ||||
|   CQPSERVER_PASSWORD="${CQPSERVER_PASSWORD:-}" | ||||
|   CQPSERVER_USER="${CQPSERVER_USER:-anonymous}" | ||||
|   echo "host ${CQPSERVER_HOST};" > cqpserver.init | ||||
|   echo "user ${CQPSERVER_USER} \"${CQPSERVER_PASSWORD}\";" >> cqpserver.init | ||||
|   echo "host ${CQPSERVER_HOST:-*};" > cqpserver.init | ||||
|   echo "user ${CQPSERVER_USER:-anonymous} \"${CQPSERVER_PASSWORD:-}\";" >> cqpserver.init | ||||
| fi | ||||
|  | ||||
| if [[ "$#" -eq 0 ]]; then | ||||
|   | ||||
		Reference in New Issue
	
	Block a user