mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-10-31 02:17:18 +00:00 
			
		
		
		
	minor, use WORKING_DIR/le.sh to run cronjob. removes the dependency to "which" command.
This commit is contained in:
		
							parent
							
								
									17c100d6ff
								
							
						
					
					
						commit
						18629d0fdd
					
				
							
								
								
									
										4
									
								
								le.sh
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								le.sh
									
									
									
									
									
								
							| @ -888,9 +888,7 @@ installcronjob() { | |||||||
|   _initpath |   _initpath | ||||||
|   _info "Installing cron job" |   _info "Installing cron job" | ||||||
|   if ! crontab -l | grep 'le.sh cron' ; then  |   if ! crontab -l | grep 'le.sh cron' ; then  | ||||||
|     if command -v "le.sh" > /dev/null ; then |     if [ -f "$WORKING_DIR/le.sh" ] ; then | ||||||
|       lesh="$(which le.sh)" |  | ||||||
|     elif [ -f "$WORKING_DIR/le.sh" ] ; then |  | ||||||
|       lesh="\"$WORKING_DIR\"/le.sh" |       lesh="\"$WORKING_DIR\"/le.sh" | ||||||
|     else |     else | ||||||
|       _err "Can not install cronjob, le.sh not found." |       _err "Can not install cronjob, le.sh not found." | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user