| 
					
					
						
							
						
					
					
				 | 
				@ -17,6 +17,12 @@ function install_host { | 
			
		
		
	
		
			
				 | 
				 | 
				    if [[ ! $BASEDIR == '/opt/debian-bash' ]]; then | 
				 | 
				 | 
				    if [[ ! $BASEDIR == '/opt/debian-bash' ]]; then | 
			
		
		
	
		
			
				 | 
				 | 
				        # download and filfull /opt/debian-bash, then run it from folder | 
				 | 
				 | 
				        # download and filfull /opt/debian-bash, then run it from folder | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
						if [[ -L /opt/debian-bash ]];then | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
							cd /opt/debian-bash | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
							git pull | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
							./install.sh $PARAM1 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
							exit 0 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
						else | 
			
		
		
	
		
			
				 | 
				 | 
					        rm -rf /opt/debian-bash | 
				 | 
				 | 
					        rm -rf /opt/debian-bash | 
			
		
		
	
		
			
				 | 
				 | 
					        TEMP=`mktemp -d` | 
				 | 
				 | 
					        TEMP=`mktemp -d` | 
			
		
		
	
		
			
				 | 
				 | 
					        cd $TEMP | 
				 | 
				 | 
					        cd $TEMP | 
			
		
		
	
	
		
			
				| 
					
					
					
						
							
						
					
				 | 
				@ -28,6 +34,7 @@ function install_host { | 
			
		
		
	
		
			
				 | 
				 | 
					        ./install.sh $PARAM1 | 
				 | 
				 | 
					        ./install.sh $PARAM1 | 
			
		
		
	
		
			
				 | 
				 | 
					        rm -rf $TEMP | 
				 | 
				 | 
					        rm -rf $TEMP | 
			
		
		
	
		
			
				 | 
				 | 
					        exit 0 | 
				 | 
				 | 
					        exit 0 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
						fi | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				    else | 
				 | 
				 | 
				    else | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
	
		
			
				| 
					
						
							
						
					
					
					
				 | 
				
  |