mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
				synced 2025-10-30 18:28:03 +00:00 
			
		
		
		
	Switch to Debian-slim base images
Signed-off-by: Johann Hoffmann <johann.hoffmann@mailbox.org>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| #!/bin/sh | ||||
| #!/bin/bash | ||||
| # wait-for-postgres.sh | ||||
|  | ||||
| set -e | ||||
| @@ -20,7 +20,7 @@ if [ "$1" = '/openwifi/owgw' -a "$(id -u)" = '0' ]; then | ||||
|     if [ "$RUN_CHOWN" = 'true' ]; then | ||||
|       chown -R "$OWGW_USER": "$OWGW_ROOT" "$OWGW_CONFIG" | ||||
|     fi | ||||
|     exec su-exec "$OWGW_USER" "$@" | ||||
|     exec gosu "$OWGW_USER" "$@" | ||||
| fi | ||||
|  | ||||
| exec "$@" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Johann Hoffmann
					Johann Hoffmann