forked from toolshed/abra
		
	Trim whitespace
This commit is contained in:
		
							
								
								
									
										2
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra
									
									
									
									
									
								
							| @ -448,7 +448,7 @@ sub_app_new (){ | ||||
|   if [ -z "$SERVER" ]; then | ||||
|     echo "Where would you like to put $APP?" | ||||
|  | ||||
|     select SERVER_ITEM in "${SERVERS[@]##*/}"; do  | ||||
|     select SERVER_ITEM in "${SERVERS[@]##*/}"; do | ||||
|       if [ 1 -le "$REPLY" ] && [ "$REPLY" -le ${#SERVERS[@]} ]; then | ||||
|         SERVER="$SERVER_ITEM" | ||||
|         success "Selected server ${SERVER}" | ||||
|  | ||||
		Reference in New Issue
	
	Block a user