[SOGo] Change color codes in correct files
This commit is contained in:
		@@ -169,6 +169,7 @@ sed -i \
 | 
				
			|||||||
  -e 's/69f0ae/448AFF/g' \
 | 
					  -e 's/69f0ae/448AFF/g' \
 | 
				
			||||||
  -e 's/00e676/2979ff/g' \
 | 
					  -e 's/00e676/2979ff/g' \
 | 
				
			||||||
  -e 's/00c853/2962ff/g'  \
 | 
					  -e 's/00c853/2962ff/g'  \
 | 
				
			||||||
  /usr/lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js
 | 
					  /usr/lib/GNUstep/SOGo/WebServerResources/js/Common/Common.app.js \
 | 
				
			||||||
 | 
					  /usr/lib/GNUstep/SOGo/WebServerResources/js/Common.js
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exec gosu sogo /usr/sbin/sogod
 | 
					exec gosu sogo /usr/sbin/sogod
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -135,7 +135,7 @@ services:
 | 
				
			|||||||
            - phpfpm
 | 
					            - phpfpm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sogo-mailcow:
 | 
					    sogo-mailcow:
 | 
				
			||||||
      image: mailcow/sogo:1.32
 | 
					      image: mailcow/sogo:1.33
 | 
				
			||||||
      build: ./data/Dockerfiles/sogo
 | 
					      build: ./data/Dockerfiles/sogo
 | 
				
			||||||
      environment:
 | 
					      environment:
 | 
				
			||||||
        - DBNAME=${DBNAME}
 | 
					        - DBNAME=${DBNAME}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user