forked from zaclys/searxng
		
	change echo to printf
This commit is contained in:
		
							parent
							
								
									4c995c4201
								
							
						
					
					
						commit
						e2f15b33c4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -48,7 +48,7 @@ install_geckodriver() { | |||
| 
 | ||||
|     if [ -z "$1" ]; then | ||||
|         if [ -z "$VIRTUAL_ENV" ]; then | ||||
|             echo "geckodriver can't be installed because VIRTUAL_ENV is not set, you should download it from\n  $GECKODRIVER_URL" | ||||
|             printf "geckodriver can't be installed because VIRTUAL_ENV is not set, you should download it from\n  %s" "$GECKODRIVER_URL" | ||||
|             exit | ||||
|         else | ||||
|             GECKODRIVER_DIR="$VIRTUAL_ENV/bin" | ||||
|  | @ -58,7 +58,7 @@ install_geckodriver() { | |||
|         mkdir -p -- "$GECKODRIVER_DIR" | ||||
|     fi | ||||
| 
 | ||||
|     echo "Installing $GECKODRIVER_DIR/geckodriver from\n  $GECKODRIVER_URL" | ||||
|     printf "Installing %s/geckodriver from\n  %s" "$GECKODRIVER_DIR" "$GECKODRIVER_URL" | ||||
| 
 | ||||
|     FILE="`mktemp`" | ||||
|     wget -qO "$FILE" -- "$GECKODRIVER_URL" && tar xz -C "$GECKODRIVER_DIR" -f "$FILE" geckodriver | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Noémi Ványi
						Noémi Ványi