mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-30 18:07:15 +00:00 
			
		
		
		
	minor fix error message.
This commit is contained in:
		
							parent
							
								
									5de1611628
								
							
						
					
					
						commit
						de8090f57e
					
				
							
								
								
									
										2
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								le.sh
									
									
									
									
									
								
							| @ -947,7 +947,7 @@ install() { | ||||
|   #try install to /bin if is root | ||||
|   if [ ! -f /usr/local/bin/le.sh ] ; then | ||||
|     #if root | ||||
|     if $SUDO cp le.sh /usr/local/bin/le.sh 2>&1 > /dev/null; then | ||||
|     if $SUDO cp le.sh /usr/local/bin/le.sh > /dev/null 2>&1; then | ||||
|       $SUDO chmod 755 /usr/local/bin/le.sh | ||||
|       $SUDO ln -s "/usr/local/bin/le.sh" /usr/local/bin/le | ||||
|       rm -f $WORKING_DIR/le.sh | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user