mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	Adding symbolic links in tools/web_update
This commit is contained in:
		
							parent
							
								
									d29b502369
								
							
						
					
					
						commit
						5aa23e3420
					
				| @ -1,2 +1,9 @@ | ||||
| #!/bin/bash | ||||
| curl -s -d POSTDATA --user $(</var/lib/mailinabox/api.key): http://127.0.0.1:10222/web/update | ||||
| cd /etc/nginx/sites-available | ||||
| for f in * | ||||
| do | ||||
|  echo "Processing $f" | ||||
|  ln -s "/etc/nginx/sites-available/$f" "/etc/nginx/sites-enabled/$f" | ||||
| done | ||||
| rm -f /etc/nginx-sites-enabled/default | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user