mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-11-04 00:02:38 -05:00 
			
		
		
		
	[Update] Add --skip-start desc
This commit is contained in:
		
							parent
							
								
									6d222af7b7
								
							
						
					
					
						commit
						cbe7d7c578
					
				@ -134,11 +134,12 @@ while (($#)); do
 | 
			
		||||
      exit 0
 | 
			
		||||
    ;;
 | 
			
		||||
    --help|-h)
 | 
			
		||||
    echo './update.sh [-c|--check, --ours, --gc, -h|--help]
 | 
			
		||||
    echo './update.sh [-c|--check, --ours, --gc, --skip-start, -h|--help]
 | 
			
		||||
 | 
			
		||||
  -c|--check   -   Check for updates and exit (exit codes => 0: update available, 3: no updates)
 | 
			
		||||
  --ours       -   Use merge strategy "ours" to solve conflicts in favor of non-mailcow code (local changes)
 | 
			
		||||
  --gc         -   Run garbage collector to delete old image tags
 | 
			
		||||
  --skip-start -   Do not start mailcow after update
 | 
			
		||||
'
 | 
			
		||||
    exit 1
 | 
			
		||||
  esac
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user