mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	NO_DETECT_SH
This commit is contained in:
		
							parent
							
								
									e4f67c626a
								
							
						
					
					
						commit
						641989fdee
					
				
							
								
								
									
										20
									
								
								acme.sh
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								acme.sh
									
									
									
									
									
								
							| @ -1951,15 +1951,17 @@ install() { | ||||
|    | ||||
|   installcronjob | ||||
| 
 | ||||
|   #Modify shebang | ||||
|   if _exists bash ; then | ||||
|     _info "Good, bash is installed, change the shebang to use bash as prefered." | ||||
|     _shebang='#!/usr/bin/env bash' | ||||
|     _setShebang "$LE_WORKING_DIR/$PROJECT_ENTRY" "$_shebang" | ||||
|     if [ -d "$LE_WORKING_DIR/dnsapi" ] ; then | ||||
|       for _apifile in $(ls "$LE_WORKING_DIR/dnsapi/"*.sh) ; do | ||||
|         _setShebang "$_apifile" "$_shebang" | ||||
|       done | ||||
|   if [ -z "$NO_DETECT_SH" ] ; then | ||||
|     #Modify shebang | ||||
|     if _exists bash ; then | ||||
|       _info "Good, bash is installed, change the shebang to use bash as prefered." | ||||
|       _shebang='#!/usr/bin/env bash' | ||||
|       _setShebang "$LE_WORKING_DIR/$PROJECT_ENTRY" "$_shebang" | ||||
|       if [ -d "$LE_WORKING_DIR/dnsapi" ] ; then | ||||
|         for _apifile in $(ls "$LE_WORKING_DIR/dnsapi/"*.sh) ; do | ||||
|           _setShebang "$_apifile" "$_shebang" | ||||
|         done | ||||
|       fi | ||||
|     fi | ||||
|   fi | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user