mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	regression_test: improve update line in case virtualenv exists
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -20,7 +20,7 @@ Help() | |||||||
|   echo "If using the help flag, put the H flag at the end of the command after other flags." |   echo "If using the help flag, put the H flag at the end of the command after other flags." | ||||||
| } | } | ||||||
|  |  | ||||||
| pip3 install --user -r ../requirements.txt --upgrade | if [ -d "/home/lanforge/lanforge_env"] && pip3 install --upgrade lanforge-scripts || pip3 install --user -r ../requirements.txt --upgrade | ||||||
|  |  | ||||||
| while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:H:" option; do | while getopts ":h:s:S:p:w:m:A:r:F:B:U:D:H:" option; do | ||||||
|   case "${option}" in |   case "${option}" in | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham